Skip to content

Instantly share code, notes, and snippets.

@nebman
nebman / display-example.ino
Created November 17, 2017 09:36
Example code for Wifi Kit 8, ESP8266 Oled, HTIT-W8266
#include <Arduino.h>
#include <U8x8lib.h>
// Pin 16 OLED Reset
// Pin 4,5 I2C
// use Board "Wemos D1 Mini R2", 80Mhz, 4(3)MB Flash, 921600baud to flash
U8X8_SSD1306_128X32_UNIVISION_HW_I2C u8x8(16);

Keybase proof

I hereby claim:

  • I am nebman on github.
  • I am nebman (https://keybase.io/nebman) on keybase.
  • I have a public key whose fingerprint is 92EA EA4F 1C3B 8335 4650 D3C9 71B4 DC56 88AD DB61

To claim this, I am signing this object:

#!/usr/bin/env python
# -*- coding: utf8 -*-
# This short script parses the RSS feed from bitcoinupdate.com and returns a nicely formatted
# block of HTML for the most recent entry.
#
# Author: Harald Schilly <hsy@bitcoin-austria.at>
# License: Apache 2.0
import requests as req
from dateutil.parser import parse as date_parser