Revision 8c99e03a devices/DiWheelDrive/DiWheelDrive.h

View differences:

devices/DiWheelDrive/DiWheelDrive.h
26 26

  
27 27
    /** \brief Handle the start of ControllerAreaNetworkTx and ControllerAreaNetworkRx threads */
28 28
    ThreadReference start(tprio_t PRIO);
29
    /**
30
    * Set Request to disable or enable the Charging.
31
    * @param power 0 to disable, 1 to enable
32
    */
33
    void requestCharging(uint8_t power);
29 34

  
30 35
  protected:
31 36
    virtual msg_t receiveMessage(CANRxFrame *frame);
32 37
    virtual msg_t updateSensorVal();
33 38
    virtual void periodicBroadcast();
34 39

  
40
    
41

  
35 42
    void  calibrateProximityFloorValues();
36 43

  
37 44
  private:

Also available in: Unified diff