Changeset 3502
- Timestamp:
- Dec 28, 2012 9:14:36 AM (5 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/nn-touchscreen.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/nn-touchscreen.fth
r3495 r3502 71 71 : hold-reset ( -- ) touch-rst-gpio# gpio-clr ; 72 72 : no-data? ( -- no-data? ) touch-int-gpio# gpio-pin@ ; 73 : absent? ( -- flag ) touch-hd-gpio# gpio-pin@ 0= ; 73 : absent? ( -- flag ) 74 touch-hd-gpio# af@ +pull-dn touch-hd-gpio# af! 75 1 ms 76 touch-hd-gpio# gpio-pin@ 77 touch-hd-gpio# af@ 0 +pull-dn invert and touch-hd-gpio# af! 78 ; 74 79 75 80 d# 250 constant /pbuf
Note: See TracChangeset
for help on using the changeset viewer.
