mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
13 lines
149 B
C++
13 lines
149 B
C++
#include <Arduino.h>
|
|
#include <unity.h>
|
|
#include "storage_interface.h"
|
|
|
|
void setUp(void)
|
|
{
|
|
Serial.begin(9600);
|
|
}
|
|
|
|
void test_put_struct(){
|
|
|
|
}
|