Browse Source

main_osp.hh - REC = button 3, CLEAR = button 4

master
heck 8 months ago
parent
commit
c5e06d05ea
  1. 4
      src/main_osp.hh

4
src/main_osp.hh

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

Loading…
Cancel
Save