Subversion Repositories FlightCtrl

Rev

Rev 1459 | 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
 
4
beschaltung
5
 
6
GND
7
VCC
8
RESET
1459 acid 9
SCL
10
SDA
1456 acid 11
 
12
LED an PD7
13
 
14
Servo 1 an PB0
15
Servo 2 an PB1
16
Servo 3 an PB2
17
Servo 4 an PB3
18
Servo 5 an PB4
19
Servo 6 an PB5
20
 
21
 
22
LED an = betriebsbereit
23
LED blinkt = I2C daten werden emfpangen
1460 acid 24
 
25
 
26
UART programmiermodus
27
 
28
DISPLAY                 Display servo settings
29
EXPORT                  Export srvo settings
30
SET s=n[,l,u]           Set servo settings
31
                            s = servo number (1-6)
32
                            n = neutral position (0-255)
33
                            l = lower limit (0-255)
34
                            u = upper limit (0-255)
35
LOAD                    Load settings from eeprom
36
SAVE                    Write settings to eeprom