Slide 12
Slide 12 text
M5Stack Core2 platform support (1/2)
● Power management IC (AXP192) driver
○ Core2 uses AXP192 to control its power source.
○ In order to configure powers for peripherals, AXP192 must be initialized correctly.
■ Peripherals, LCD backlights, etc…
○ I have experience implementing M5StickC AXP192 driver for ESP-IDF in C++.
○ I’ve ported this driver and M5Stack official driver for Core2 to Rust.