int AXP20X_Class::shutdown()
{
    uint8_t val;
    if (!_init)
        return AXP_NOT_INIT;
    _readByte(AXP202_OFF_CTL, 1, &val);
    val |= (1 << 7);
    _writeByte(AXP202_OFF_CTL, 1, &val);
    return AXP_PASS;
}
        D
		
		
		
	Posts made by ddv2005
- 
    RE: t-beam 1.1 ACP192 power off?posted in Technical Discussion
 - 
    T-Beam-S3-Core drawingsposted in Technical Discussion
Hello,
I wanna build own baseboard for T-Beam-S3-Core but I can't find drawings to place connectors. Could anybody help me?
Best Regards,
Dmitry