Satic vector, new epprom routines, new wireless relay storage method

This commit is contained in:
IMback
2018-10-08 19:01:59 +02:00
parent 389d0c6829
commit 445b60985f
5 changed files with 128 additions and 22 deletions

View File

@ -1,5 +1,6 @@
#include"WirelessRelay.h"
#include <avr/io.h>
#include "eeprom.h"
volatile unsigned char *_port = &PORTB;
unsigned char _pin = PB5;