/* --------------------------------------------------------------------- // Figure 8.4: throttle.h // --------------------------------------------------------------------- */ #ifndef THROTTLE #define THROTTLE float read_throttle( void ); float read_speed( void ); int read_on_switch( void ); int read_brake( void ); void set_throttle( float );