Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 764 Bytes

File metadata and controls

16 lines (12 loc) · 764 Bytes

ESP32 + MicroPython Sample Programs

MicroPython sample programs published in Interface magazine.

  • folder:NO2_SW_VR
  • examples for handling Switch, Volume and Rotary Encoder (Interface magazine 2021/5)
file name abstruct notes
list1.py LED on when SW is pressed implemented by polling
list2.py toggle LED on and off when SW is pressed implemented by Interrupt
list3.py ADC Sample
list5.py rotar encoder sample required following driver
encoder.py driver for rotary encoder implemented by polling

Japanese README--> README_ja.md