Changeset 1152 in t29-www


Ignore:
Timestamp:
Mar 1, 2017, 10:54:48 PM (7 years ago)
Author:
heribert
Message:

pdf´s aktualisiert

Location:
physical-computing
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • physical-computing/TM1638-zaehler-text/TM1638-zaehler-text.ino

    r1144 r1152  
    77const int dio = 8;
    88TM1638 module(dio, clk, stb);    // definiert "module" mit data pin 8, clock pin 9 und strobe pin 7
    9 int a=1;      // Variable des Zählers
     9int a=1;      // Variable des Zaehlers
    1010
    1111void setup()
     
    1515void loop()
    1616{
    17 for (a=1; a<=100; a++)  // klassischer Zähler mit for-Schleife
     17for (a=1; a<=100; a++)  // klassischer Zaehler mit for-Schleife
    1818{
    1919/* "a" ist die Variable, deren Zahl dezimal angezeigt wird.
  • physical-computing/index.php

    r1151 r1152  
    9898
    9999        <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> &nbsp; Update Version 1.1</small><br>
    101        
     100        <a href="/physical-computing/ph2.pdf"> Physical-Computing Blatt 2 (PDF)</a><small> &nbsp; Update Version 1.2</small><br>
     101        <a href="/physical-computing/ph3.pdf"> Physical-Computing Blatt 3 (PDF)</a>
    102102         <br><br>
    103103       
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License