Rename project.

This commit is contained in:
2020-05-20 18:09:32 +00:00
parent e74fe369e5
commit 42a3835b43
4 changed files with 9 additions and 7 deletions

View File

@ -12,15 +12,15 @@
//
// We would expect the webhook to return something like:
//
// [1 0 1]
// [1, 0, 1]
//
// to activate the momentary switch, (pin 5) deactivate the first
// latched switch, (pin 8) and activate the second latched switch. (pin 10)
const int NUM_PINS = 3;
const int PIN_MAP[NUM_PINS][2] = {
{5, 1},
{8, 1},
{10, 1}
{5, 1},
{8, 1},
{10, 1}
};
// The signing/root certificate for your webhook site.