Browse Source

Update button pins

master
heck 9 months ago
parent
commit
9ec1fc2ed8
  1. 4
      src/main_osp.hh

4
src/main_osp.hh

@ -9,8 +9,8 @@
namespace Heck {
namespace Constants {
namespace Hardware {
constexpr int PIN_BUTTON_RECORD = 28;
constexpr int PIN_BUTTON_CLEAR = 27;
constexpr int PIN_BUTTON_RECORD = 27;
constexpr int PIN_BUTTON_CLEAR = 28;
}
constexpr bool CPU_BOOST480MHZ = false;

Loading…
Cancel
Save