SlicedSilver / iRduino

Interfaces between the iRacing API and an Arduino board. Can control displays, LEDs, buttons and much more. Supports custom iRacing Arduino projects.
GNU General Public License v2.0
18 stars 12 forks source link

When creating .ino files create the correct directory as well. #43

Closed SlicedSilver closed 11 years ago

SlicedSilver commented 11 years ago

So that the Arduino IDE doesn't complain when first opening the generated file. Should check to see if the save location is already valid and if not then create the folder and save the ino file inside that folder.