Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
Oct 17, 2010, 9:52:11 PM (14 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    1010Everything is licenced under the MIT licence, unless stated otherwise in the sourcecode.
    1111
    12 Libs :
     12=== Libs ===
     13(documentation will be done. maybe. someday.)
    1314 * usart : access to the AVR serial port. Because printf is quite bulky and most of the time useless. (WIP)
    1415 * ps2_keyboard : bit-bang reading from a ps/2 keyboard. Useful if you need a lot of keys.
    1516 * amiga_keyboard : bit-bang reading from an amiga keyboard.
    1617
    17 Projects :
     18=== Projects ===
     19Keyboard related :
    1820 * [wiki:ps2toserial] : read keycodes from a ps/2 keyboard and echo them to the serial port.
    1921 * [wiki:aktoserial] : read keycodes from an amiga keyboard and echo them to the serial port.
    2022 * [wiki:ps2tousb] : read keycodes from a ps/2 keyboard and act as an usb hid keyboard.
    2123 * [wiki:ak2tousb] : read keycodes from an amiga keyboard and act as an usb hid keyboard.
     24
     25Arcade related :
     26 * [wiki:starkadroid] : usb joystick device for powering a 'mamecab'
     27
     28Misc :
     29 * blinkled : blink a led
     30 * beep : make music with an atmega8 and a loudspeaker
    2231
    2332== Getting the source ==