Advanced Search
Search Results
165 total results found
How to use a Reed Switch
... // LED pin - active-high void setup() { Serial.begin(9600); // Since the other end of the reed switch is connected to ground, we need // to pull-up the reed switch pin internally. pinMode(REED_PIN, INPUT_PULLUP); pinMode(LED_PIN, OUTPUT); } v...
How to use a EMG Muscle Sensor
...ZE]; int data_index, sum; void setup() { // Serial connection begin Serial.begin(115200); pinMode(13, OUTPUT); } void loop() { static unsigned long past = 0; unsigned long present = micros(); unsigned long interval = present - past; past ...
How to use DFPlayer mini to play MP3 without Arduino
...ow More This is the MINIMAL setup This tutorial shows how to us ...ay tracking 4 Long push always to repeat play ...ay tracking 3 Long push always to repeat play ...ay tracking 2 Long push always to repeat play ...