Honda125K PWR-EN pin #5069
This commit is contained in:
parent
fe1d456ae4
commit
67ce3a0540
|
@ -34,7 +34,7 @@ void setHellen176LedPins() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void setHellenMegaEnPin() {
|
void setHellenMegaEnPin() {
|
||||||
static initialized = false;
|
static bool initialized = false;
|
||||||
if (!initialized) {
|
if (!initialized) {
|
||||||
initialized = true;
|
initialized = true;
|
||||||
megaEn.initPin("mm-EN", H144_GP8); // OUT_PWR_EN
|
megaEn.initPin("mm-EN", H144_GP8); // OUT_PWR_EN
|
||||||
|
|
Loading…
Reference in New Issue