skjolddesign

Results 3 comments of skjolddesign

I managed to fix the issue adding ADMUX = _BV(REFS1) new readVcc code: ``` long readVccFixedLowPower() { long result; // Read 1.1V reference against AVcc ADMUX = _BV(REFS0) | _BV(MUX3)...

Me to does not receive any code with ShowReceivedCode example on UNO and NodeMCU. Nothing happens. Tested library RemoteReceiver.h, works on UNO, but not on ESP8266. Tested library RCSwitch.h, works...