m5stack / M5Core2

M5Core2 Arduino Library
MIT License
263 stars 115 forks source link

Fix #83 GPIO not floating when kMBusMode = 1 #84

Closed trunneml closed 2 years ago

trunneml commented 2 years ago

Currently when kMBusMode is set to 1 GPIO goes into INPUT mode and not Floating. This PR fixes #83.

trunneml commented 2 years ago

I think PR #27 is a better solution than mine. :)