removed extra pwm variables

pico-v0.25
alanbjohnston 3 years ago committed by GitHub
parent 49fe7000c9
commit 051e5e6af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,13 +327,14 @@ float R1 = 184; // Reading data point 2
int sensorValue; int sensorValue;
float Temp; float Temp;
float rest; float rest;
/*
unsigned int wav_position = 0; unsigned int wav_position = 0;
int pwm_counter = 0; int pwm_counter = 0;
int pwm_counter_max = 420; int pwm_counter_max = 420;
int pwm_amplitude = 50; //50 //100; int pwm_amplitude = 50; //50 //100;
int pwm_value; int pwm_value;
int tx_bit = 1; int tx_bit = 1;
*/
float delay_time; float delay_time;
bool polarity = true; bool polarity = true;
pwm_config config; pwm_config config;

Loading…
Cancel
Save

Powered by TurnKey Linux.