Skip to content

Commit

Permalink
Fix the minimal_app example after a failed rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Dec 18, 2024
1 parent e84aecd commit faa3d5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/minimal_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ using namespace sensesp;

const unsigned int read_delay = 500;

constexpr int input_pin1 = 15;
constexpr int input_pin2 = 13;
constexpr int output_pin1 = 18;
constexpr int output_pin2 = 21;

// This is a sample program to demonstrate how to instantiate a
// SensESPMinimalApp application and only enable some required components
// explicitly.
Expand Down

0 comments on commit faa3d5c

Please sign in to comment.