strtok / 8bit-register-test

Arduino based acceptance test for Ben Eater's 8-bit Register

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is a test harness for testing an 8-bit register that follows Ben Eater's 8 bit register design on eater.net.

The test hardness uses an Arduino to interface with the bus, control lines, and clock of the 8-bit register to test writing and reading back 0x0-0xFF in a loop. Pin mappings at the top of the source may be modified to adapt to any Arduino.

video

About

Arduino based acceptance test for Ben Eater's 8-bit Register

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 100.0%