speichern
This commit is contained in:
parent
86da74bed0
commit
8e785e4b70
15 changed files with 443 additions and 282 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue