This commit is contained in:
andrea
2026-04-16 20:28:50 +02:00
parent 60536ed738
commit 63d3980ddc
71 changed files with 93079 additions and 70708 deletions

View File

@@ -27,14 +27,15 @@ extern uint16_t tramp;
extern uint16_t t1ch;
extern uint16_t t2ch;
extern uint16_t t3ch;
extern uint16_t t4ch;
extern uint16_t twch;
const uint8_t deftab[32]={
40, //m1pwmap
60, //m1pwmch
50, //m2pwmap
50, //m2pwmch
40, //m3pwmap
70, //m2pwmap
70, //m2pwmch
35, //m3pwmap
40, //m3pwmch
40, //m4pwmap
40, //m4pwmch
@@ -42,14 +43,15 @@ const uint8_t deftab[32]={
20, //m2rampstart
20, //m3rampstart
20, //m4rampstart
26, //t1ap
2, //t2ap
8, //t3ap
28, //t1ap
4, //t2ap
10, //t3ap
40, //t4ap
1, //twap
30, //t1ch
30, //t2ch
40, //t3ch
20, //t1ch
10, //t2ch
30, //t3ch
1, //t4ch
1, //twch
0,
0,
@@ -60,7 +62,6 @@ const uint8_t deftab[32]={
0,
0,
0,
0,
10, //tramp
};
@@ -371,6 +372,7 @@ void loadEE(void){
EEW_Read(T1CH, &t1ch);
EEW_Read(T2CH, &t2ch);
EEW_Read(T3CH, &t3ch);
EEW_Read(T4CH, &t4ch);
EEW_Read(TWCH, &twch);
EEW_Read(TRAMP, &tramp);
}