You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.. | ||
ex | 4 years ago | |
README.md | 4 years ago | |
always.fs | 4 years ago | |
board.fs | 4 years ago | |
core.fs | 4 years ago |
README.md
This code runs on the bat board, with L052 MCU.
- default I2C: B7/SDA, B6/SCL (tricky to change, at one point it's hardcoded into jcw's driver)
- default SPI: PB8/ssel, PB5/MOSI, PB4/MISO, PB3/SCLK
- also defined:
- LED = PA15, active: set/high
- BTN = PA1, pressed: true
Power consumption notes
Tried running ex/sleep-test.fs
lp-blips
powered through
the voltage regulator with 5V, and the consumption was about 4uA. This
is really good; the regulator seems to really take only about 1.5-2uA.