This shows you the differences between two versions of the page.
|
pm:prj2025:avaduva:george_matei.popa [2025/06/01 19:07] george_matei.popa [Hardware Design] |
pm:prj2025:avaduva:george_matei.popa [2025/06/01 19:09] (current) george_matei.popa [Software Design] |
||
|---|---|---|---|
| Line 225: | Line 225: | ||
| Analog Button Input: button_read() | Analog Button Input: button_read() | ||
| + | |||
| Reads analog value from A0. | Reads analog value from A0. | ||
| Maps the value to: | Maps the value to: | ||
| - | RIGHT, UP, DOWN, LEFT, SELECT, or NONE (debounced). | + | * RIGHT, UP, DOWN, LEFT, SELECT, or NONE (debounced). |
| Adds a delay to avoid bounce/misreads. | Adds a delay to avoid bounce/misreads. | ||