Skip to content

Instantly share code, notes, and snippets.

View tinkrmind's full-sized avatar

Amitabh Shrivastava tinkrmind

View GitHub Profile
// Plywood Clock
// Author: tinkrmind
// Attribution 4.0 International (CC BY 4.0). You are free to:
// Share — copy and redistribute the material in any medium or format
// Adapt — remix, transform, and build upon the material for any purpose, even commercially.
// Hurray!
#include <Wire.h>
#include "RTClib.h"
import processing.video.*;
import processing.serial.*;
Serial myPort;
Capture video;
final int numLed = 24;
int ledNum =0;
// you must have these global varables to use the PxPGetPixelDark()
# Adding a new region to Arduino LMIC
This variant of the Arduino LMIC code supports adding additional regions beyond the eu868 and us915 bands supported by the original IBM LMIC 1.6 code.
This document outlines how to add a new region.
<!--
This TOC uses the VS Code markdown TOC extension AlanWalk.markdown-toc.
We strongly recommend updating using VS Code, the markdown-toc extension and the
bierner.markdown-preview-github-styles extension. Note that if you are using

Adding a new region to Arduino LMIC

This variant of the Arduino LMIC code supports adding additional regions beyond the eu868 and us915 bands supported by the original IBM LMIC 1.6 code.

This document outlines how to add a new region.