Newbi and direct Pin Manipulation
Posted: Fri Mar 04, 2022 12:45 pm
Hello,
I am a ESP Newbi and want to make some tests with a Wemos D1 mini. It works with Arduino IDE and the
Arduino instructions without problem. I found informations about the direct bit manipulation and see
GPOS = (1 << D6); and GPOC = (1 << D6); to set a bit high or low. Where I can get some more informations. With what command can I read the Bit-Status?
Many thanks for every answer
Hans
I am a ESP Newbi and want to make some tests with a Wemos D1 mini. It works with Arduino IDE and the
Arduino instructions without problem. I found informations about the direct bit manipulation and see
GPOS = (1 << D6); and GPOC = (1 << D6); to set a bit high or low. Where I can get some more informations. With what command can I read the Bit-Status?
Many thanks for every answer
Hans