Skip to content

Commit b3c4caf

Browse files
authored
feat(hal): Add LEDC registers support (#34)
Signed-off-by: Hanrui Li <[email protected]>
1 parent 8c39a2f commit b3c4caf

File tree

3 files changed

+955
-0
lines changed

3 files changed

+955
-0
lines changed

allwinner-hal/src/ledc/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//! LED control (LEDC) peripheral.
2+
3+
pub mod register;

0 commit comments

Comments
 (0)