Skip to content

Instantly share code, notes, and snippets.

View danjperron's full-sized avatar

Daniel Perron danjperron

  • Québec, Canada
View GitHub Profile
#include <SPI.h>
#include "nRF24L01.h"
#include "RF24.h"
#include "printf.h"
RF24 radio(8, 10);
const uint64_t pipe[2] = { 0xF0F0F0F0E1LL, 0xF0F0F0F0D2LL};
int DataMsg[1];
#!/usr/bin/python3
import time
# Import the ADS1x15 module.
import Adafruit_ADS1x15
#include <stdint.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <fcntl.h>
#include <malloc.h>
#include <string.h>
const int GAUCHE = 11;
const int BARRE = 10;
const int DROITE = 9;
const int button = A0;
const int DEFAULT_DEBOUNCE_MS = 20;
int Val;
int oldVal=HIGH;
int counter = 1;
int delay1 = 1250;