#!/usr/bin/env bash # read lines one by one until "" (empty line) file=${1:-'/dev/ttyACM1'} terminator="$" while IFS= read -rn4 char; do if [ "$char" = "$terminator ...
This repository contains the schematics and PCB design files for Control Chain Arduino Shield hardware. It serves as a way for people to create new peripheral to be ...