mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
LED Driver
This commit is contained in:
parent
b2d7e9eafe
commit
2a9f90974f
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -4087,6 +4087,21 @@ mw 0x20000938 0x1000b40 1
|
|||
md 0x20000938 1
|
||||
```
|
||||
|
||||
TODO: U-Boot switches the LED On and Off correctly yay!
|
||||
|
||||
```bash
|
||||
=> md 0x20000938 1
|
||||
20000938: 00400803 ..@.
|
||||
|
||||
=> mw 0x20000938 0xb40 1
|
||||
=> md 0x20000938 1
|
||||
20000938: 00000b40 @...
|
||||
|
||||
=> mw 0x20000938 0x1000b40 1
|
||||
=> md 020000938 1
|
||||
20000938: 01000b40 @...
|
||||
```
|
||||
|
||||
TODO: BL808 RM Page 119
|
||||
|
||||
```text
|
||||
|
|
Loading…
Reference in a new issue