From: Michael Gernoth Date: Tue, 24 Aug 2010 08:31:27 +0000 (+0200) Subject: just a bit documentation... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/commitdiff_plain/0b58b0e0db185986906cb8a71964f06bfa995b4a just a bit documentation... --- diff --git a/bmc/README.txt b/bmc/README.txt new file mode 100644 index 0000000..bbb3af7 --- /dev/null +++ b/bmc/README.txt @@ -0,0 +1,12 @@ +This directory includes firmware for an I2C BMC emulator running on an Atmel +AVR with TWI. This makes it possible to use the Power On/Power Off functional- +ity of the Java GUI to control the machines power. + +Suggested microcontroller when building the hardware: ATmega328P + +The software is currently only tested on an ATmega16, as I had that one +lying around... + +Currently the following PINs act as low active connections to the motherboard: +PB0 - Power button +PB1 - Reset button