I got a powerboost 1000C and it's working fine. I would like to be able to send some sort of signal to a pi zero when the board is charging, so I can show some visual feedback on the display the pi is connected to.
As I understand it, the USB pin on the board has 5V when a power source is connected to the micro USB and has 0V when nothing is connected, the documentation says you can use that pin to draw power from, but surely it can also be used as just a signal, right?
I am not sure what should I do to connect the pin to the pi though, should I just connect it directly to one of the GPIO pins and then check for whether it's high or low? Would I need to ground such a connection?
Or maybe there is a different way of doing what I want?
Any help is appreciated, thanks!