diff options
| author | Keith Packard <keithp@keithp.com> | 2012-08-06 22:53:52 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-06 22:53:52 -0700 |
| commit | 46f87373bc8c28442273ee4f8da3a352223150f5 (patch) | |
| tree | 07f37b802ca3ffd68cbf43d5056aca0c8085caa7 /src/stm-demo/Makefile | |
| parent | 11046bc89b3ce6386f1005fc8476b08f54d6f5fb (diff) | |
altos: Add button driver and event queue
With this, a single task can wait for any button or quadrature input
device.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/Makefile')
| -rw-r--r-- | src/stm-demo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 52bb7b51..340967fc 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -35,7 +35,9 @@ ALTOS_SRC = \ ao_i2c_stm.c \ ao_usb_stm.c \ ao_exti_stm.c \ - ao_quadrature.c + ao_event.c \ + ao_quadrature.c \ + ao_button.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO |
