From 8a3913a7e9717e9c4e5b235398862ad9dbf088ac Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 13 Jan 2011 23:01:29 +0100 Subject: digital/io-hub: new io-hub, schematic, refs #79 --- digital/io-hub/README | 29 +++++++++++++++++++++ digital/io-hub/pcb/io-hub.sch | Bin 0 -> 280236 bytes tools/eagle/lbr/apbteam_jumper.lbr | Bin 0 -> 2295 bytes tools/eagle/lbr/apbteam_rcl.lbr | Bin 0 -> 2397 bytes .../eagle/lbr/apbteam_transistor-small-signal.lbr | Bin 0 -> 3657 bytes tools/eagle/lbr/ni-flash.lbr | Bin 0 -> 2778 bytes 6 files changed, 29 insertions(+) create mode 100644 digital/io-hub/README create mode 100644 digital/io-hub/pcb/io-hub.sch create mode 100644 tools/eagle/lbr/apbteam_jumper.lbr create mode 100644 tools/eagle/lbr/apbteam_rcl.lbr create mode 100644 tools/eagle/lbr/apbteam_transistor-small-signal.lbr create mode 100644 tools/eagle/lbr/ni-flash.lbr diff --git a/digital/io-hub/README b/digital/io-hub/README new file mode 100644 index 00000000..e1225275 --- /dev/null +++ b/digital/io-hub/README @@ -0,0 +1,29 @@ +io-hub - Modular Input/Output. + +The io-hub, and its daughter boards (the spoke boards) can be assembled to make +a modular IO system. The io-hub contains a microcontroller which can be +connected using TWI, serial port or USB to the rest of the system. It +provides a set of standard ten pin connectors to connect spoke boards. Spoke +boards are equipped with connectors adapted to specific needs, along with some +optional adaptation electronic. + + +Copyright (C) 2011 Nicolas Schodet + +APBTeam: + Web: http://apbteam.org/ + Email: team AT apbteam DOT org + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/digital/io-hub/pcb/io-hub.sch b/digital/io-hub/pcb/io-hub.sch new file mode 100644 index 00000000..887fb98e Binary files /dev/null and b/digital/io-hub/pcb/io-hub.sch differ diff --git a/tools/eagle/lbr/apbteam_jumper.lbr b/tools/eagle/lbr/apbteam_jumper.lbr new file mode 100644 index 00000000..daab63c9 Binary files /dev/null and b/tools/eagle/lbr/apbteam_jumper.lbr differ diff --git a/tools/eagle/lbr/apbteam_rcl.lbr b/tools/eagle/lbr/apbteam_rcl.lbr new file mode 100644 index 00000000..3859cdec Binary files /dev/null and b/tools/eagle/lbr/apbteam_rcl.lbr differ diff --git a/tools/eagle/lbr/apbteam_transistor-small-signal.lbr b/tools/eagle/lbr/apbteam_transistor-small-signal.lbr new file mode 100644 index 00000000..0a1078d2 Binary files /dev/null and b/tools/eagle/lbr/apbteam_transistor-small-signal.lbr differ diff --git a/tools/eagle/lbr/ni-flash.lbr b/tools/eagle/lbr/ni-flash.lbr new file mode 100644 index 00000000..66c4f6a6 Binary files /dev/null and b/tools/eagle/lbr/ni-flash.lbr differ -- cgit v1.2.3