1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
Andreas Olofsson 1ebe74d285 Cleanup GPIO logic
-various bringup bug fixes
-name simplication
-now works in simulation
2016-03-05 16:16:22 -05:00
..
2016-03-05 16:10:06 -05:00
2016-03-05 16:16:22 -05:00
2016-02-26 19:06:38 -05:00

GPIO

A General Purpose IO module with all pins individually configurable as inputs or outputs. Output pins are controlled by writing to the ODATA register. Inputs are sampled by reading the IDATA register. Inputs can be configured to trigger interupts.