├── LICENSE ├── README.md ├── accuweather ├── README.md ├── accuweather.m5b └── block.png ├── adafruit-time-service ├── README.md ├── ada_time.py ├── adafruit_time.m5b └── block.png ├── battery-capacity ├── README.md ├── battery.m5b ├── battery.py └── block.png ├── blynk ├── README.md ├── block.jpeg ├── blynk.m5b ├── blynk.m5f ├── blynk.py └── example.jpeg ├── dht ├── README.md ├── block.png ├── dht12ow.m5b ├── dht12ow.m5f ├── example.png └── overview.jpg └── ds18b20 ├── README.md ├── block.jpg ├── blocky18b20.py ├── ds18b20.m5b ├── example.jpg ├── example.m5f └── overview.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/README.md -------------------------------------------------------------------------------- /accuweather/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/accuweather/README.md -------------------------------------------------------------------------------- /accuweather/accuweather.m5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/accuweather/accuweather.m5b -------------------------------------------------------------------------------- /accuweather/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/accuweather/block.png -------------------------------------------------------------------------------- /adafruit-time-service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/adafruit-time-service/README.md -------------------------------------------------------------------------------- /adafruit-time-service/ada_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/adafruit-time-service/ada_time.py -------------------------------------------------------------------------------- /adafruit-time-service/adafruit_time.m5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/adafruit-time-service/adafruit_time.m5b -------------------------------------------------------------------------------- /adafruit-time-service/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/adafruit-time-service/block.png -------------------------------------------------------------------------------- /battery-capacity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/battery-capacity/README.md -------------------------------------------------------------------------------- /battery-capacity/battery.m5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/battery-capacity/battery.m5b -------------------------------------------------------------------------------- /battery-capacity/battery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/battery-capacity/battery.py -------------------------------------------------------------------------------- /battery-capacity/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/battery-capacity/block.png -------------------------------------------------------------------------------- /blynk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/blynk/README.md -------------------------------------------------------------------------------- /blynk/block.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/blynk/block.jpeg -------------------------------------------------------------------------------- /blynk/blynk.m5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/blynk/blynk.m5b -------------------------------------------------------------------------------- /blynk/blynk.m5f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/blynk/blynk.m5f -------------------------------------------------------------------------------- /blynk/blynk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/blynk/blynk.py -------------------------------------------------------------------------------- /blynk/example.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/blynk/example.jpeg -------------------------------------------------------------------------------- /dht/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/dht/README.md -------------------------------------------------------------------------------- /dht/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/dht/block.png -------------------------------------------------------------------------------- /dht/dht12ow.m5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/dht/dht12ow.m5b -------------------------------------------------------------------------------- /dht/dht12ow.m5f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/dht/dht12ow.m5f -------------------------------------------------------------------------------- /dht/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/dht/example.png -------------------------------------------------------------------------------- /dht/overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/dht/overview.jpg -------------------------------------------------------------------------------- /ds18b20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/README.md -------------------------------------------------------------------------------- /ds18b20/block.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/block.jpg -------------------------------------------------------------------------------- /ds18b20/blocky18b20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/blocky18b20.py -------------------------------------------------------------------------------- /ds18b20/ds18b20.m5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/ds18b20.m5b -------------------------------------------------------------------------------- /ds18b20/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/example.jpg -------------------------------------------------------------------------------- /ds18b20/example.m5f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/example.m5f -------------------------------------------------------------------------------- /ds18b20/overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonatm/UiFlow-custom-blocks/HEAD/ds18b20/overview.jpg --------------------------------------------------------------------------------