Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Exercise 3: SwitchesIntroduction | ||||||||
Line: 36 to 36 | ||||||||
The ESP32 has an interface to read capacitive touch sensors (see https://docs.micropython.org/en/latest/esp32/quickref.html?highlight=touchpad![]() Exercise 6: | ||||||||
Changed: | ||||||||
< < | Write a program scanning the PIR sensor, indicating if a person is close. The PIR sensor, just like the push button, uses a single GPIO line as input. The boards allow choosing which GPIO to use, and I selected D4 = GPIO 16 | |||||||
> > | Write a program scanning the PIR sensor, indicating if a person is close. The PIR sensor, just like the push button, uses a single GPIO line as input. The boards allow choosing which GPIO to use, and I selected D1 = GPIO 22 | |||||||
Exercise 7:The sensor kit in the lab contains a big number of sensors acting like switches: |