-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
28 lines (22 loc) · 1 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Version History
---------------
0.8 - forked to add support for turning servo power on/off via npn transistor
0.7 - forked to work with 16.5mhz clock and such
0.6 -Added ability to easily select if this driver should use timer0 or
timer1.
-Timer1 is now the default timer used. Used to be timer0.
-Made the timer init happen later to allow this driver to work when
used with an attiny arduino library.
-Fixed bug where a 512 microsecond pulse would not be generated.
0.5 -Initial public release
Short Guide On How To Compile
------------------------------
1) Make sure you have WinAvr installed (http://winavr.sourceforge.net/)
2) open a CMD window and navigate to the Servo8Bit folder
3) type in "make" in the CMD window and the code will be compiled
3a) or make TARGET=programname
4) type "make upload" to upload with micronucleus
4a) make upload TARGET=programname
5) Remember to clean: make clean
5) make clean TARGET=programname
Note: Makefile assumes you have micronucleus installed on your %PATH%