//To clarify:
unint32_t xVariable = 14000000UL;
unint64_t yVariable = 14000000000ULL;
//This prints OK:
Serial.println(xVariable);
//This fails:
Serial.println(yVariable);
Explore... Chat... Share...
Moderator: igrr
// BigNumber l = (BigNumber)14000000000ULL;
BigNumber l = (BigNumber)1400000 * (BigNumber)10000;
l.printTo(p);
p.println();
BigNumber l = (BigNumber)"14000000000";
uint64_t l = 12345678901ULL;
Serial.print(uint32_t(l / 100000));
Serial.println(uint32_t(l % 100000));
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]