I hereby claim:
- I am mohitbhoite on github.
- I am mohitbhoite (https://keybase.io/mohitbhoite) on keybase.
- I have a public key whose fingerprint is 3510 AF2A ADEE 1CAB EC43 F9CF B99C C13F 4C02 A39D
To claim this, I am signing this object:
| #include <Adafruit_NeoPixel.h> | |
| int red,green,blue,white = 0; | |
| // IMPORTANT: Set pixel COUNT, PIN and TYPE | |
| #define PIN 4 | |
| #define NUMPIXELS 8 | |
| //Initialize the neopixel strip | |
| Adafruit_NeoPixel strip(NUMPIXELS, PIN, NEO_RGBW + NEO_KHZ800); |
| #include <SPI.h> | |
| #include <ADXL362.h> | |
| #include <Wire.h> // For I2C communication | |
| #include <Adafruit_IS31FL3731.h> | |
| //#include <Adafruit_LIS3DH.h> // For accelerometer | |
| #define DISP_ADDR 0x74 // Charlieplex FeatherWing I2C address | |
| //#define ACCEL_ADDR 0x18 // Accelerometer I2C address | |
| #define N_GRAINS 20 // Number of grains of sand | |
| #define WIDTH 15 // Display width in pixels |
| // This #include statement was automatically added by the Particle IDE. | |
| #include "InternetButton/InternetButton.h" | |
| InternetButton b = InternetButton(); | |
| uint32_t workTime = 0; | |
| uint32_t restTime = 0; | |
| // Time definitions in milliseconds |
I hereby claim:
To claim this, I am signing this object: