Skip to content

Instantly share code, notes, and snippets.

@hornej
hornej / programming.md
Last active November 6, 2017 06:08
resources, learning, etc.

Object Oriented Programming

The goal is to modularize.

Examples: Objective-C, Java, Swift

A Class is the blueprint for an Object.

An Object includes Properties, Actions, and Events.

@hornej
hornej / pi_thunderboard.mdown
Last active September 13, 2021 08:29
Raspberry Pi and Thunderboard help

Thunderboard Setup

I had a very difficult time following this tutorial so I am writing this to help me and other people. I would recommend following the directions in the tutorial using this page for reference if things go wrong.

I did this whole process on my Raspberry Pi 3 with Raspbian OS.

Following the GitHub doc

First things first: clone the repository.

git clone https://github.com/SiliconLabs/thundercloud.git