Rev 24 | Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 24 | Rev 25 | ||
|---|---|---|---|
| Line 579... | Line 579... | ||
| 579 | PutCharSerial(&uc2, (val & 31) + 32); |
579 | PutCharSerial(&uc2, (val & 31) + 32); |
| 580 | 580 | ||
| 581 | // send the observations |
581 | // send the observations |
| 582 | ProcessRPM(0); |
582 | ProcessRPM(0); |
| 583 | ProcessCHT(0); |
583 | ProcessCHT(0); |
| 584 | // ProcessCHT(1); |
584 | ProcessCHT(1); |
| 585 | ProcessBatteryVoltage(0); // Batt 1 |
585 | ProcessBatteryVoltage(0); // Batt 1 |
| 586 | ProcessBatteryVoltage(1); // Batt 2 |
586 | ProcessBatteryVoltage(1); // Batt 2 |
| 587 | ProcessCPUTemperature(0); // built in temperature sensor |
587 | ProcessCPUTemperature(0); // built in temperature sensor |
| 588 | 588 | ||
| 589 | ProcessMAP(0); |
589 | ProcessMAP(0); |