Changeset 1152 in t29-www
- Timestamp:
- Mar 1, 2017, 10:54:48 PM (6 years ago)
- Location:
- physical-computing
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
physical-computing/TM1638-zaehler-text/TM1638-zaehler-text.ino
r1144 r1152 7 7 const int dio = 8; 8 8 TM1638 module(dio, clk, stb); // definiert "module" mit data pin 8, clock pin 9 und strobe pin 7 9 int a=1; // Variable des Z ählers9 int a=1; // Variable des Zaehlers 10 10 11 11 void setup() … … 15 15 void loop() 16 16 { 17 for (a=1; a<=100; a++) // klassischer Z ähler mit for-Schleife17 for (a=1; a<=100; a++) // klassischer Zaehler mit for-Schleife 18 18 { 19 19 /* "a" ist die Variable, deren Zahl dezimal angezeigt wird. -
physical-computing/index.php
r1151 r1152 98 98 99 99 <a href="/physical-computing/ph1.pdf"> Physical-Computing Blatt 1 (PDF)</a><br> 100 <a href="/physical-computing/ph2.pdf"> Physical-Computing Blatt 2 (PDF)</a><small> Update Version 1. 1</small><br>101 100 <a href="/physical-computing/ph2.pdf"> Physical-Computing Blatt 2 (PDF)</a><small> Update Version 1.2</small><br> 101 <a href="/physical-computing/ph3.pdf"> Physical-Computing Blatt 3 (PDF)</a> 102 102 <br><br> 103 103
Note: See TracChangeset
for help on using the changeset viewer.