We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5bdf4 commit 918b9bdCopy full SHA for 918b9bd
1 file changed
examples/default/README.md
@@ -0,0 +1,13 @@
1
+## What the example does
2
+
3
+* Initializes the driver
4
+* Configure a pin as input
5
+* Registers an interrupt that logs port value of the INT pin
6
+* Blinks, or toggles, P10 output
7
8
+## Wiring
9
10
+Connect an LED with an appropriate register to P10.
11
12
+Connect a switch that toggle its voltage HIGH or LOW to INT GPIO. The INT GPIO
13
+can be set in `menuconfig`. See the defaults in `Kconfig.projbuild`.
0 commit comments