Added sunrise suport

This commit is contained in:
IMback
2017-08-14 21:07:08 +02:00
parent d0ca835df2
commit b4d1844b68
65 changed files with 6409 additions and 24 deletions

View File

@ -9,7 +9,7 @@ ISR (USART_RX_vect) //I have seen worse interrupt sintax
interruptIndex++;
}
Serial::Serial()
Serial::Serial()
{
UBRR0H = UBRRH_VALUE;
UBRR0L = UBRRL_VALUE;