StartSeite
Downloads
Wissenssammlung
Linksamlung
3D Druck
Projekte mit LEDs
QuadroKopter
CNC Fräse
Gaming Station
ATXMegaBoard
mehr...
UART-TTL-Stecker
PoorMansCAN
USB-UART-Dongle
Bluetooth-UART-Dongle
AVR-USB-Lab
UartDisplay
{{{#!highlight python def hallo(name): print "Hallo %s" % name }}}
1 def hallo(name): 2 print "Hallo %s" % name