speichern

This commit is contained in:
Tristan Krause 2019-04-02 10:59:37 +02:00
parent 86da74bed0
commit 8e785e4b70
15 changed files with 443 additions and 282 deletions

View file

@ -28,11 +28,12 @@ void B15F::init()
// Temporärer Test
uint8_t block[] = {0, 1, 2, 3};
uint8_t block[16];
while(1)
{
usart.writeBlock(&block[0], 0, sizeof(block));
usart.printStatistics();
usleep(1000);
}
throw std::runtime_error("SCHLUSS");