Skip to content

Commit

Permalink
Use PINs for devboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Dec 10, 2024
1 parent c29051c commit 07b7ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/devices/UglyDucklingMk8.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ using namespace farmhub::kernel;
namespace farmhub::devices {

namespace pins {
static InternalPinPtr BOOT = InternalPin::registerPin("BOOT", GPIO_NUM_0);
static InternalPinPtr STATUS = InternalPin::registerPin("STATUS", GPIO_NUM_8);
static InternalPinPtr BOOT = InternalPin::registerPin("BOOT", GPIO_NUM_9);
static InternalPinPtr STATUS = InternalPin::registerPin("STATUS", GPIO_NUM_1);
} // namespace pins

class Mk8Config
Expand Down

0 comments on commit 07b7ab1

Please sign in to comment.