Monday, June 27, 2022

Make Arduino More Tolerable to Professional Firmware Engineers: arduino --upload keybd_screen.ino

Are you an at least somewhat experienced programmer?

Ever wish you could use a REAL CODE EDITOR instead of the crappy one built into the Arduino IDE?

 

I just found out something pretty nice:

$ arduino --upload keybd_screen.ino

 (replace keybd_screen with name of your arduino project)


$ arduino --upload keybd_screen.ino 

 

 What does that do? From the command line it compiles and uploads your sketch!  Why is this so awesome? Because!!! 

 

Fire up your own editor like Sublime, emacs, etc., and then compile your code from the cmd line without that stoooopid IDE!!!!! Ciao Bella!

No comments:

Post a Comment