Hello,
The application I'm developping interfaces a Digispark 16Mhz ATTiny85 to a DHT22 humidity/temperature sensor and also a servo motor.
The problem I have is that the DHT22 needs the TinyDHT library but the servo will only work using ATTinyCore declaring the board as ATtiny85 Digispark) and the DHT22 will not work with ATTinyCore.
Is there a solution to interface the ATTiny85 to both the DHT22 and a servo?
Thanks in advance