You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
#define compressor relay3_fwd //FUNCTION: pressure_control_2008 //this is the relay that the compressor is attached to
#define compressor_input rc_dig_in05 //FUNCTION: pressure_control_2008 //this is the digital I/O pin that the compressor is attached to //FUNCTION: motor_weight_control //this is the analog input pin the Rotary Dials is attached to
#define banner_state rc_dig_in06
/*Function Prototypes*/
void pressure_control_2008(char pressure_sensor); //Uses compressor to maintain a range of PSI.