ELECTRONIC PROJECTS BASE ON MICRO CONTROLLER AND SOME OTHER PRESENT USEFUL ELECTRONIC TECHNOLOGIES
Subscribe to:
Post Comments (Atom)
Storing the long number(16bits / 32bits) in external flash of arduino or STM32 .
#include <Wire.h> #define flashaddress 0x50 int liters = 10058 , add1=10 , add2,time1=55; // value of liters save in flash byte data ...
-
#include <SPI.h> #include <nRF24L01.h> #include <RF24.h> //create an RF24 object RF24 radio(14, 33); // CE, CSN String o...
-
#include <Wire.h> #define flashaddress 0x50 int liters = 10058 , add1=10 , add2,time1=55; // value of liters save in flash byte data ...
No comments:
Post a Comment