Fixed some PWM pins and started servo library.

This commit is contained in:
Marvin Blum
2017-04-20 01:17:31 +02:00
parent 27eee937a3
commit 55261de66c
5 changed files with 88 additions and 76 deletions

View File

@@ -2,6 +2,8 @@
mkdir build
avr-gcc -Os -DF_CPU=16000000UL -mmcu=atmega328p -c -o build/servo.o -Wall servo/servo.c
avr-gcc -Os -DF_CPU=16000000UL -mmcu=atmega328p -c -o build/rf24.o -Wall rf24/rf24.c
avr-gcc -Os -DF_CPU=16000000UL -mmcu=atmega328p -c -o build/util.o -Wall ard/util.c