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:
#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); |
I hereby claim:
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 <[email protected]> | |
# License: Apache 2.0 | |
import requests as req | |
from dateutil.parser import parse as date_parser |