-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Jan Cumps edited this page Aug 4, 2023
·
31 revisions
DIGI:OUT# 0|1
DIGI:OUT#?
0: 22 (led on pico-eurocard)
1: 14
2: 15
DIGI:INP#?
0: 27 (button on pico-eurocard)
? other?
ANA:INP#:RAW?
0: ADC0 GP26
1: ADC2 GP28
ANA:OUTP#:RAW
0: ?
check the project backlog for pending work
- maintenance branch: main
- branch for next release: feature-set-2
Both branches can be updated with pull requests from this repository or (prefered) your personal fork.
When working on a new feature, base the feature branch in your fork on feature-set-2, and create pull request that targets this repository's feature-set-2.
When working on a bug fix, base the feature branch in your fork on main, and create pull request that targets this repository's main.
Sync your fork often. Also before starting a feature or creating a pull request.