boardinfo

This commit is contained in:
Tristan Krause 2019-03-27 15:48:36 +01:00
parent a2d78446d3
commit 35e1c29e89
10 changed files with 202 additions and 156 deletions

View file

@ -1,7 +1,9 @@
#ifndef REQUESTS_H
#define REQUESTS_H
#include <avr/wdt.h>
#include "global_vars.h"
#include "boardinfo.h"
constexpr static uint8_t RQ_DISC = 0;
constexpr static uint8_t RQ_TEST = 1;