micropelt 1.1.8

Micropelt device communication definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub enum Port {
    Operate = 1,
    Version = 2,
    Motor = 3,
    DataRate = 4,
    SlowHarvest = 5,
    TemperatureDrop = 6,
    Pid = 7,
    TemperatureEstimate = 8,
    ExternalSensor = 9,
    ExternalTemperature = 10,
    Beep = 0x0b,
    OnOff = 0x0f,
    MotorConfig = 16,
}