1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-04-21 12:27:27 +03:00

reorganize headers

This commit is contained in:
Bas Wijnen
2009-06-22 17:48:05 +02:00
parent 40a9a29c2d
commit 1c1c256f79
6 changed files with 87 additions and 42 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -16,9 +16,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <iris.h>
#include "devices.hh"
#include "jz4730.hh"
#define ARCH
#include "arch.hh"
// GPIO pins for the keyboard: (port.pin)
// Cols = 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15, 3.29

View File

@@ -16,9 +16,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <iris.h>
#include "jz4730.hh"
#include "devices.hh"
#define ARCH
#include "arch.hh"
// Pin definitions, all in port 2.
#define PWM_ENABLE (1 << 30)