Digistump Forums
The Digispark => Digispark Libraries => Topic started by: timhok on October 27, 2016, 08:47:39 pm
-
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()