Skip to content

Instantly share code, notes, and snippets.

@quenhus
quenhus / inArduino.ino
Created January 27, 2018 18:19
Python/Arduino Bridge
#ifndef SERIAL_RATE
#define SERIAL_RATE 115200
#endif
unsigned long serial_delay = 50;
void setup() {
Serial.begin(SERIAL_RATE);
//Attendre que l'usb soit connecté
while (!Serial) {

Moved to repo: /quenhus/uBlock-Origin-dev-filter

In order to keep filters up to date, please use this repo.