-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arduino-mode updates #1
base: master
Are you sure you want to change the base?
Conversation
The helper function |
@mavit I suggest to use keybinding [C-c C-c] for |
@stardiviner That keybinding seems reasonable to me, although I must admit I don't use Arduino any more so don't have a strong opinion. |
Here are a few patches for arduino-mode.
I've included a few new keywords found in the latest versions of Arduino, and added a few convenience functions for uploading code and monitoring the serial port.
I've also added a spec file for building an RPM package for Fedora. Feel free to ignore this bit if it's of no interest.