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 13 forks source link

Generic Arduino Functions Support #12

Open SlicedSilver opened 11 years ago

SlicedSilver commented 11 years ago

Can output variables from the sdk to an arduino function. Converting, sending and decoding is handled by the application. User can use the variables generated in the arduino sketch to create custom things. Help button that creates a dialog window explaining how it works. Maybe ask for a text file of code to insert during arduino sketch generation. ///code starts here ///code ends here (in sketch). Can set an resolution for each variable (how many bytes to use when encoding for serial message).

Have a enum of possible vars to output and a property to fetch them, just like the sdk wrapper.