mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
ouais
This commit is contained in:
parent
c93935372e
commit
729d6aefd3
|
|
@ -324,9 +324,15 @@ void tearDown(void) {
|
|||
// Par exemple : désallocation de mémoire, réinitialisation de l'état
|
||||
}
|
||||
|
||||
void setup(void){
|
||||
Serial.begin(115200);
|
||||
|
||||
delay(2000);
|
||||
}
|
||||
|
||||
//WARNING: Tests are not exhaustive and do not cover all possibilities.
|
||||
int main( int argc, char **argv) {
|
||||
Serial.begin(9600);
|
||||
// Serial.begin(9600);
|
||||
TEST_MESSAGE("Debuts des tests.");
|
||||
UNITY_BEGIN();
|
||||
// The following commented test is here for faciltate the debug "test_get_measure_at", test_get_measure is private function for the storage_interface class
|
||||
|
|
|
|||
Loading…
Reference in a new issue