timeEngined.cpp
20 lines
| 305 B
| text/x-c
|
CppLexer
|
r138 | // Do not remove the include below | ||
#include "timeEngined.h" | ||||
//The setup function is called once at startup of the sketch | ||||
void setup() | ||||
{ | ||||
// Add your initialization code here | ||||
} | ||||
// The loop function is called in an endless loop | ||||
void loop() | ||||
{ | ||||
//Add your repeated code here | ||||
} | ||||
|
r140 | |||
|
r138 | void ISR_gnss_pps(void) { | ||
} | ||||