void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
void blinkLED()
{digitalWrite();
int poti = analogRead(A0);
zaehler = map(poti, 0, 1023, 0, 15);
}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
void blinkLED()
{digitalWrite();
int poti = analogRead(A0);
zaehler = map(poti, 0, 1023, 0, 15);
}