Changes

Jump to navigation Jump to search

X728

482 bytes added, 09:57, 27 July 2023
{{GD Template Impl}}
==Update History==
 
==X728 V2.5==
Released on 27th July. 2023;
Adds battery charging control via GPIO16
<pre>
"CHG Ctrl" - Short : battery automatic charging when powe adapter connected
"CHG Ctrl" - Open : GPIO16 output stays high - Charging enabled, GPIO16 output stays low - Charging disabled,
 
echo "16" > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio16/direction
 
Enable charging
echo "1" > /sys/class/gpio/gpio27/value
 
Disable charging
echo "1" > /sys/class/gpio/gpio27/value
</pre>
===X728 V2.3===
Released on 20th Aug. 2022;

Navigation menu