Hi,
ich hätte da mal eine Frage betreffend dem Lilypad USB v1.1.
Wie kann ich mit diesem SPI nutzen?
Habe schon Forumsuche und Google bemüht, aber leider nichts gefunden.
Noch dazu verstehe ich die Aufteilung der Pins nicht ganz.
In der Beschreibung steht:
"...
TWI: 2 (SDA) and 3 (SCL). Support TWI communication using the Wire library.
External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.
PWM: 3, 9, 10, 11, and 13. Provide 8-bit PWM output with the analogWrite() function.
LED: 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.
Analog Inputs: A2-A5. The LilyPad Arduino USB has 4 analog inputs, labeled A0 through A11, all of which can also be used as digital i/o. Each analog input provide 10 bits of resolution (i.e. 1024 different values). By default the analog inputs measure from ground to 5 volts, though is it possible to change the upper end of their range using the analogReference() function.
..."
Pins +und -, 2 und 3 (SDA/SCL) bzw. External Interrupts, PWM 3,9,10,11 und A2-A5 scheinen mir klar, aber PWM 13 nicht so ganz!
Habe ich mir zwar das Datenblatt angesehen, bin aber nicht ganz schlau daraus geworden.
Müßte ich also für weitere Features direkt an den MP gehen?
Vielen Dank im Voraus!
MfG,
Florian