Hello everyone,
I'm currently programming the BC66 with Arduino and can't get the HLW8012 to work. I get an error message that the library was developed for ESP or AVR Core. can someone help me please
WARNUNG: Bibliothek HLW8012 behauptet auf avr, esp8266 Architektur(en) ausgeführt werden zu können und ist möglicherweise inkompatibel mit Ihrem derzeitigen Board, welches auf bc66 Architektur(en) ausgeführt wird.
HLW8012:5:22: error: expected initializer before 'hlw8012_cf1_interrupt'
void ICACHE_RAM_ATTR hlw8012_cf1_interrupt() {
^~~~~~~~~~~~~~~~~~~~~
HLW8012:9:22: error: expected initializer before 'hlw8012_cf_interrupt'
void ICACHE_RAM_ATTR hlw8012_cf_interrupt() {
^~~~~~~~~~~~~~~~~~~~
HLW8012:5:22: error: expected initializer before 'hlw8012_cf1_interrupt'
void ICACHE_RAM_ATTR hlw8012_cf1_interrupt() {
^~~~~~~~~~~~~~~~~~~~~
HLW8012:9:22: error: expected initializer before 'hlw8012_cf_interrupt'
void ICACHE_RAM_ATTR hlw8012_cf_interrupt() {
^~~~~~~~~~~~~~~~~~~~