How I2C communications works - Video...
Not exactly a tutorial, but still education for those not in the know...
void setup() {
pinMode(13, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(13, HIGH); // turn the LED on (HIGH is the...
Sub Process_Globals
Public Serial1 As Serial
Private Timer1 As Timer...
Log("17:45:36 False >>",DateTime.TimeToUint(17,45,36,False)) '>>> 1065
Log("1065 // 17:45:36...
'For date >> 2015/ 08 / 04 (y/m/d)
Log("Date number:",DateTime.DateToUint(15,8,4)))
'returned >>
'Date...