update library, CT now compiles
This commit is contained in:
parent
581a5b4fd0
commit
89aac84cf8
3 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ ClimateCard climateCard = ClimateCard(AIR_CONDITIONER_IR_PIN, ac,
|
|||
AIR_CONDITIONER_SENSOR_TYPE, AIR_CONDITIONER_SENSOR_PIN,
|
||||
AIR_CONDITIONER_RMT_CHANNEL);
|
||||
|
||||
void adc2current(uint16_t adc_value)
|
||||
float adcToCurrent(uint16_t adc_value)
|
||||
{
|
||||
// 16 bit ADC value to current in amps
|
||||
// ADC Range is 0-65535, It have an input range of 0-3.3V
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue