Can someone please show me how to print variable in DigiUSB?
I spent tons of time trying get that simple task to work
Why this seems to be impossible for me:
- DigiUSB.println() and DigiUSB.print() accept only char arrays (to devs: why?)
- You cant use toCharArray() from classic arduino lib
- There is no c_str() so you cant use atoi()