New answers tagged arduino-ide
0
votes
Integer corruption
Changes made as suggested by @Jot
void senddata(float temperatuur) {
temperatuur = (uint16_t) temperatuur;
blink(temperatuur);
struct tickle package; // make a Tickle package
...
-1
votes
How can I use a 'Global' class object?
So my issue was that I could not declare a Global object. After some research I realized I needed make a Pointer and use the "new" operator. Note No Parens () after object constructor if NOT ...
Top 50 recent answers are included
Related Tags
arduino-ide × 1579arduino-uno × 379
esp8266 × 232
esp32 × 129
c++ × 126
programming × 125
serial × 94
nodemcu × 90
arduino-mega × 83
arduino-nano × 74
library × 61
wifi × 46
c × 42
sensors × 41
uploading × 35
ide × 33
attiny × 32
atmega328 × 31
compile × 31
compilation-errors × 31
bootloader × 29
bluetooth × 26
avrdude × 26
http × 26
arduino-leonardo × 25