... | ... | @@ -10,7 +10,6 @@ |
|
|
# Aufbau
|
|
|
* [Seeeduino V4.2](http://wiki.seeed.cc/Seeeduino_v4.2)
|
|
|
* als [**Arduino UNO**](https://www.arduino.cc/en/Main/Software) programmieren
|
|
|
* **nicht** als "Seeeduino V4.2"
|
|
|
* Input
|
|
|
* [Wii Nunchuck](http://wiki.seeed.cc/Grove-NunChuck) - <code>I2C</code> [Two-Wire Peripheral Interface](http://gammon.com.au/i2c)
|
|
|
* [RTC](http://wiki.seeed.cc/Grove-RTC/) - <code>I2C</code> [Two-Wire Peripheral Interface](http://gammon.com.au/i2c)
|
... | ... | @@ -25,7 +24,7 @@ |
|
|
|:-------|:------|
|
|
|
|Töne, Frequenzen | PWM |
|
|
|
|Tonfolgen erzeugen | Array, Iteration |
|
|
|
|sinnvolle Datentypen | Array of byte |
|
|
|
|sinnvolle Datentypen | Array of byte |
|
|
|
|Testbarkeit | Loggen, ASSERT|
|
|
|
|
|
|
|
... | ... | |