Finished serial functions.

This commit is contained in:
Marvin Blum
2017-03-21 16:50:13 +01:00
parent 48cf07de97
commit 7fdf8c1dc1
6 changed files with 60 additions and 27 deletions

2
pins.c
View File

@@ -116,4 +116,4 @@ void analogWrite(unsigned char pin, unsigned char value){
else{
PORTC &= ~_BV(DDC0+pin);
}
}
}