AYAB Arduino Firmware 0.95
The goal of the AYAB project is to provide an alternative way to control the famous Brother KH-9xx range of knitting machines using a computer
board.h File Reference
#include <Arduino.h>
Include dependency graph for board.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr uint8_t EOL_PIN_R = A0
 
constexpr uint8_t EOL_PIN_L = A1
 
constexpr uint8_t ENC_PIN_A = 2
 
constexpr uint8_t ENC_PIN_B = 3
 
constexpr uint8_t ENC_PIN_C = 4
 
constexpr uint8_t LED_PIN_A = 5
 
constexpr uint8_t LED_PIN_B = 6
 
constexpr uint8_t PIEZO_PIN = 9
 
constexpr uint8_t I2Caddr_sol1_8 = 0x0U
 I2C Address of solenoids 1 - 8.
 
constexpr uint8_t I2Caddr_sol9_16 = 0x1U
 I2C Address of solenoids 9 - 16.
 

Detailed Description

This file is part of AYAB.

AYAB 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 3 of the License, or (at your option) any later version.

AYAB 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 AYAB. If not, see http://www.gnu.org/licenses/.

Original Work Copyright 2013-2015 Christian Obersteiner, Andreas Müller Modified Work Copyright 2020-3 Sturla Lange, Tom Price http://ayab-knitting.com