wiki:WikiStart

Version 3 (modified by pulkomandy, 14 years ago) ( diff )

--

PulkoMandy's AVR stuff

This repository gathers my AVR projects. So everyone can use and improve them.

List of projects

There are two parts : libraries and project themselves. The idea is to separate the tools to quickly assemble them in a project. Each project provides a makefile, the libs are just sourcefiles.

Everything is licenced under the MIT licence, unless stated otherwise in the sourcecode.

Libs :

  • usart : access to the AVR serial port. Because printf is quite bulky and most of the time useless. (WIP)
  • ps2_keyboard : bit-bang reading from a ps/2 keyboard. Useful if you need a lot of keys.
  • amiga_keyboard : bit-bang reading from an amiga keyboard.

Projects :

  • ps2toserial : read keycodes from a ps/2 keyboard and echo them to the serial port.
  • aktoserial : read keycodes from an amiga keyboard and echo them to the serial port.
  • ps2tousb : read keycodes from a ps/2 keyboard and act as an usb hid keyboard.
  • ak2tousb : read keycodes from an amiga keyboard and act as an usb hid keyboard.
Note: See TracWiki for help on using the wiki.