I hereby claim:
- I am machadolab on github.
- I am machadolab (https://keybase.io/machadolab) on keybase.
- I have a public key ASAZhs4WBH85Yj_61VtQrAr8whFhh7qqrl_MY0ufcCSU4Ao
To claim this, I am signing this object:
#define MAXTIMINGS 85 | |
#define cli noInterrupts | |
#define sei interrupts | |
#define DHT11 11 | |
#define DHT22 22 | |
#define DHT21 21 | |
#define AM2301 21 |
I hereby claim:
To claim this, I am signing this object:
#include "application.h" | |
#include <SPI.h> | |
#include "Adafruit_GFX.h" | |
#include "Adafruit_HX8357.h" | |
#include "sd-card-library.h" | |
// These are 'flexible' lines that can be changed | |
#define TFT_CS A2 |
A Dashing widget to show a Google Visualizations Column Chart on a dashboard.
Copy the google_column.coffee
, google_column.html
and google_column.scss
file to into /widgets/google_column
directory.
Add the following to the dashboard layout file:
A Dashing widget to show a Google Visualizations Gauge on a dashboard.
Copy the google_gauge.coffee
, google_gauge.html
and google_gauge.scss
file to into /widgets/google_gauge
directory.
Add the following to the dashboard layout file:
A Dashing widget to show a Google Visualizations Pie Chart on a dashboard.
Copy the google_pie.coffee
, google_pie.html
and google_pie.scss
file to into /widgets/google_pie
directory.
Add the following to the dashboard layout file:
require 'aws-sdk' | |
CONFIG = { | |
# nil to load from env | |
:aws_access_key => nil, | |
:aws_secret_access_key => nil, | |
:aws_region => nil, | |
# in seconds |
// This example uses an Arduino/Genuino Zero together with | |
// a WiFi101 Shield or a MKR1000 to connect to shiftr.io. | |
// | |
// IMPORTANT: This example uses the new WiFi101 library. | |
// | |
// You can check on your device after a successful | |
// connection here: https://shiftr.io/try. | |
// | |
// by Gilberto Conti | |
// https://github.com/256dpi/arduino-mqtt |