|
| 1 | +{ |
| 2 | + "creators": [{"name": "devkyato", "affiliation": "MATA Company"}], |
| 3 | + "contributors": [{"name": "Cursor Agent", "type": "Other"}], |
| 4 | + "title": "Arduino Programs Guide: safety-first compile-checked Arduino Uno course", |
| 5 | + "description": "Arduino Programs Guide is a progressive, safety-first Arduino Uno course covering serial commands, LED patterns, PWM motor control, state machines, and emergency-stop behaviour. Each lesson pairs a compile-checked sketch with wiring, safety, test, and extension guidance. Usage: follow the lessons in order, build the documented circuits safely, compile and upload the sketches, and complete each verification checklist. Applications include classroom instruction, introductory embedded systems labs, supervised motor-control exercises, and independent Arduino study.", |
| 6 | + "version": "1.0.1", |
| 7 | + "keywords": ["Arduino", "education", "course", "Uno", "safety", "PWM", "motor control", "embedded", "serial"], |
| 8 | + "license": "mit", |
| 9 | + "upload_type": "software", |
| 10 | + "access_right": "open", |
| 11 | + "language": "eng", |
| 12 | + "related_identifiers": [ |
| 13 | + {"identifier": "https://github.com/devkyato/Arduino-Programs-Guide", "relation": "isSupplementTo", "resource_type": "software"}, |
| 14 | + {"identifier": "https://github.com/devkyato/Datary", "relation": "references", "resource_type": "software"}, |
| 15 | + {"identifier": "https://github.com/devkyato/OpenNet", "relation": "references", "resource_type": "software"}, |
| 16 | + {"identifier": "https://github.com/devkyato/TapAuth", "relation": "references", "resource_type": "software"}, |
| 17 | + {"identifier": "https://github.com/devkyato/Lowpack", "relation": "references", "resource_type": "software"}, |
| 18 | + {"identifier": "https://github.com/devkyato/Relay", "relation": "references", "resource_type": "software"}, |
| 19 | + {"identifier": "https://github.com/devkyato/Custom-Arduino-Libraries", "relation": "references", "resource_type": "software"} |
| 20 | + ] |
| 21 | +} |
0 commit comments