You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AA battery stack to library and Vin to Xiao RP2040 (#394)
Add an example with a Xiao RP2040 powered from a 4x stack of AA
batteries.
Library changes:
- Add IoControllerVin, for microcontroller dev boards with a >=5v Vusb
in / Vin pin
- Add link type to Ground port and fix up some places that were still
using VoltageLink
- Make the link type covariant, so Port[GroundLink] and
Port[VoltageLink] are both Port[Any]
- Add AaBatteryStack for a series stack of AA batteries that boost the
voltage
- Change battery model to support offset ground for series stacks. A
one-of change for now, in the future most robust / consistent support
for offset ground is needed.
- Change AA battery limits to 1.0-1.6v to accommodate NiMH rechargeable
cells. 1.0v lower limit is a compromise to get the Xiao to build,
devices may want to support down to 0.9v to maximize runtime off
rechargables.
0 commit comments