Changeset 1174 in t29-www
- Timestamp:
- Mar 21, 2017, 8:59:32 AM (6 years ago)
- Location:
- physical-computing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
physical-computing/encoder-mit-interrupt/encoder-mit-interrupt.ino
r1173 r1174 10 10 #define encoderPinB 3 11 11 12 volatile int encoderPos = 0; // "volatile" (fl üchtig), siehe Aufgabenstellung12 volatile int encoderPos = 0; // "volatile" (fluechtig), siehe Aufgabenstellung 13 13 14 14 void setup() { -
physical-computing/index.php
r1173 r1174 127 127 128 128 <a href="/physical-computing/encoder-mit-interrupt"> Rotary-Encoder-Sketch mit Interrupt, Aufg. 2 Blatt 8<br> 129 <a href="/physical-computing/TM1638-1"> TM1638-1</a>, manuelles Einlesen von Daten<br>130 <a href="/physical-computing/TM1638-1_dominik"> TM1638-1_dominik</a>, komfortables manuelles Einlesen von Daten (Dominik + Victor)<br>131 <a href="/physical-computing/TM1638-zaehler-text"> TM1638-zaehler-text</a>, Zahlen und anschließend Text anzeigen<br>132 129 <a href="/physical-computing/TM1638_Lauftext"> TM1638_Lauftext </a>, Lauftext anzeigen<br> 133 130 <a href="/physical-computing/Text-und-Zahl"> Text-und-Zahl</a>, Text und Zahl (Variable) gleichzeitig anzeigen<br><br>
Note: See TracChangeset
for help on using the changeset viewer.