Using 5V to power Arduino instead of Vin with TPL5110

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
jordancram
 
Posts: 9
Joined: Sat Sep 10, 2022 10:19 am

Re: Using 5V to power Arduino instead of Vin with TPL5110

Post by jordancram »

dastels wrote: Mon Sep 19, 2022 4:14 pm That's triggering it, but where/how do you configure it and set it low to begin with?
I hope this answers your question. I have it set to low right at the beginning of setup()

Code: Select all

void setup() {
  //Timer start
  pinMode(DONEPIN, OUTPUT);
  digitalWrite(DONEPIN, LOW);


User avatar
dastels
 
Posts: 15817
Joined: Tue Oct 20, 2015 3:22 pm

Re: Using 5V to power Arduino instead of Vin with TPL5110

Post by dastels »

That's as it should be.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”