esp8266_easygpio
esp8266_easygpio copied to clipboard
An easy way of setting up esp8266 GPIO pins
What is the real license of this code? In the root directory it is GPL but in your individual c files it appears to be BSD 3-clause license
How do I add a interrupt to GPIO 0 This seems not to work. Not sure if I need `easygpio_pinMode` before `easygpio_attachInterrupt`? I thought I might have forgotten some init...
I don't know if this will solve the bug you describe in the comment (haven't tried it) but it looks like there might be a typo in the implementation of...
I'm adapting to run in noduino -sdk version. My problem is not having the libeasygpio.a . Where can I download or generate .
This is not an issue but I haven't found a way to send you a PM. I wanted to let you know that I've started to port my hardware abstraction...
I might be wrong but I THINK that open-drain settings are missing here. I note in the i2c example - they set the outputs as open drain like this.. ```...