├── README.md ├── arduino └── FacebookFollowersCounter │ └── FacebookFollowersCounter.ino ├── print_template ├── PrintTemplate.pdf └── PrintTemplate.svg └── schematic ├── ESP8266 Facebook Counter.fzz ├── ESP8266_Facebook_Counter.png └── SPI7SEGDISPTitle.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/README.md -------------------------------------------------------------------------------- /arduino/FacebookFollowersCounter/FacebookFollowersCounter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/arduino/FacebookFollowersCounter/FacebookFollowersCounter.ino -------------------------------------------------------------------------------- /print_template/PrintTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/print_template/PrintTemplate.pdf -------------------------------------------------------------------------------- /print_template/PrintTemplate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/print_template/PrintTemplate.svg -------------------------------------------------------------------------------- /schematic/ESP8266 Facebook Counter.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/schematic/ESP8266 Facebook Counter.fzz -------------------------------------------------------------------------------- /schematic/ESP8266_Facebook_Counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/schematic/ESP8266_Facebook_Counter.png -------------------------------------------------------------------------------- /schematic/SPI7SEGDISPTitle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alvarowolfx/facebook-followers-counter-esp8266/HEAD/schematic/SPI7SEGDISPTitle.jpg --------------------------------------------------------------------------------