From 0b58b0e0db185986906cb8a71964f06bfa995b4a Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 24 Aug 2010 10:31:27 +0200 Subject: [PATCH 1/1] just a bit documentation... --- bmc/README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bmc/README.txt 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 -- 2.39.2