This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: esphome-web-151830 | |
friendly_name: stromzaehler | |
min_version: 2024.11.0 | |
name_add_mac_suffix: false | |
esp32: | |
board: esp32dev | |
framework: | |
type: esp-idf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Dataflow - Fake | |
* | |
* 2017 - Chris Figge <[email protected]> | |
* | |
* Schnell mal runtergeschrieben, weil Bock. | |
*/ | |
#include <Adafruit_NeoPixel.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Servo.h> | |
Servo myservo; | |
int pos = 0; | |
int btn = 13; | |
int maxAngle = 180; | |
int minAngle = 40; | |
int speed = 5; | |
void setup() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
##################### | |
# GPS-TIME-SYNC # | |
# 2013 flazer # | |
# [email protected] # | |
##################### | |
# Connects to your GPS-Dongle and synchronize systemtime with GPS-UTC-time. | |
# Handles local-timezones |