Subversion Repositories FlightCtrl

Rev

Rev 1463 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1456 acid 1
 
2
atmega8 8mhz
3
 
1461 acid 4
wiring
1456 acid 5
 
1461 acid 6
	GND
7
	VCC
8
	RESET
9
	SCL
10
	SDA
1456 acid 11
 
1461 acid 12
	Status LED = PD7 (high = on)
1456 acid 13
 
1461 acid 14
	servo PWM 1 = PB0
15
	servo 2 = PB1
16
	servo 3 = PB2
17
	servo 4 = PB3
18
	servo 5 = PB4
19
	servo 6 = PB5
1456 acid 20
 
1461 acid 21
LED status
1456 acid 22
 
1463 acid 23
	LED on = ready, no signal
1461 acid 24
	LED blinking fast = I2C data received
1464 acid 25
	LED blinking slowly (1 second) = servos not configured
1460 acid 26
 
27
 
1461 acid 28
UART programming mode (9600 baud)
1460 acid 29
 
1461 acid 30
	DISPLAY                 Display servo settings
31
	EXPORT                  Export srvo settings
32
	SET s=n[,l,u]           Set servo settings
33
	                            s = servo number (1-6)
34
	                            n = neutral position (0-255)
35
	                            l = lower limit (0-255)
36
	                            u = upper limit (0-255)
37
	CUR	n                   Set current servo. increase neutral value with + and decrease it with -
38
	LOAD                    Load settings from eeprom
39
	SAVE                    Write settings to eeprom