├── LICENSE ├── README.md ├── doc └── codebug-tether.pdf ├── firmware └── codebug_tether-0.9.1.zip ├── humans.txt ├── img ├── Bitstamp_logo_(2017).png ├── cb.png ├── coindesk-logo-1.png └── pimoroni-codebug-200-large.jpg ├── v1 └── codebug_coindesk_btc_real_time_price.py └── v2 └── codebug_bitstamp_price.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/README.md -------------------------------------------------------------------------------- /doc/codebug-tether.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/doc/codebug-tether.pdf -------------------------------------------------------------------------------- /firmware/codebug_tether-0.9.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/firmware/codebug_tether-0.9.1.zip -------------------------------------------------------------------------------- /humans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/humans.txt -------------------------------------------------------------------------------- /img/Bitstamp_logo_(2017).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/img/Bitstamp_logo_(2017).png -------------------------------------------------------------------------------- /img/cb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/img/cb.png -------------------------------------------------------------------------------- /img/coindesk-logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/img/coindesk-logo-1.png -------------------------------------------------------------------------------- /img/pimoroni-codebug-200-large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/img/pimoroni-codebug-200-large.jpg -------------------------------------------------------------------------------- /v1/codebug_coindesk_btc_real_time_price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/v1/codebug_coindesk_btc_real_time_price.py -------------------------------------------------------------------------------- /v2/codebug_bitstamp_price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonnyBanana/Codebug_BTC_RealTime_Price/HEAD/v2/codebug_bitstamp_price.py --------------------------------------------------------------------------------