This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
va108xx-hal/examples
Robin Mueller af5a831579 Added GPIO IRQ interface, refactoring
- Adds the IRQ interface to configure interrupts on output and input pins
- Moved the `FilterClkSel` struct to the `clock` module, reexporting in `gpio`
- Added function to set clock divisor registers
- Clearing output state at initialization of Output pins
- Added utility function to set up millisecond timer
2021-11-13 14:51:24 +01:00
..
blinky.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
rtt-log.rs added RTT example app 2021-11-08 10:05:39 +01:00
tests.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
timer-ticks.rs Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +01:00
uart.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00