Scratch out resistance awareness of the tip

This commit is contained in:
Ben V. Brown
2022-05-23 22:25:00 +10:00
parent 75b3f09438
commit 9decdcc89c
3 changed files with 27 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ public:
static bool negotiationHasWorked(); // Has PD negotiation worked (are we in a PD contract)
static uint8_t getStateNumber(); // Debugging - Get the internal state number
static bool isVBUSConnected(); // Is the VBus pin connected on the FUSB302
static void triggerRenegotiation(); // Trigger a restart of voltage selection
private:
//
static int detectionState;