-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
27 lines (14 loc) · 2.73 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
Decodes the digital data that the satellite receiver supplies
Uses the digital data to Create a PPM datastream of up to eight channel pulses (Output on Pin6)
Polarity of output signal is selectable with a single setting at compile time
reads and saves the binding information into the EEPROM when the bind plug is attached
initializes the satellite receiver with bind information on normal power on
saves the current channel values as fail safe defaults when the the bind plug is put on momentarily during normal receive
On signal loss, the satellite receiver continues to supply the last valid data for about two seconds.
When the decoder recognizes a signal loss or invalid data, it repeats the last valid datastream up to three times.
After that, it switches to the fail safe data, stored in EEPROM. Default programmed fail safe is channel 3 low and all others neutral
Uses channel data again as soon as available.
If the compile time switch PPM_FailSafe=0 the output will be suppressed while in fails safe situation
dollop
модифицировал прошивку. Убрал светодиод.
Сделал, чтобы на выводе LED (GPIO,0 вывод 7, вместо светодиода) выводился PWM канала газа (у меня это канал 3). Сделано для того, чтобы можно было прилепить пищалку на канал, которая бы пищала когда не дрыгаешь газом. Номер канала можно поменять в строке 763. Все остальное без изменений