https://github.com/gitgnu/gnu_searduino
https://github.com/gitgnu/gnu_searduino
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitgnu/gnu_searduino
- Owner: gitGNU
- License: gpl-3.0
- Created: 2017-05-05T16:00:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T16:00:13.000Z (about 9 years ago)
- Last Synced: 2025-04-04T01:12:46.906Z (about 1 year ago)
- Language: C
- Size: 1.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Arduino devel tool:
* C libraries for Arduino (from the Arduino sources)
* Python scripting interface to test your Arduino programs locally
* GUI simulator (written in Python) to test your Arduino programs locally
* stdin/stdout "simulator" (written in C) with which you can talk with your Arduino program (locally)
* Makefiles to ease up development and uploading from command line
* Currently supports: Uno, Due and Mega and basic Digital in/out on GNU/Linux