Update README with supported hardware details. Fixes issue #55. Also add some other similar SUMP projects to the bottom of the README. Fix the Makefile as well since I moved the sketches into examples. The Makefile needs more work to add the Leonardo and Sigrok sketches but that is more of an exercise for the reader.

This commit is contained in:
Andrew Gillham
2023-10-10 10:49:48 -05:00
parent 1a226d516d
commit 6ec9441ad6
2 changed files with 82 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
# Makefile for an Arduino based logic analyzer using the arduino-cli
#
TARGET = logic_analyzer
TARGET = examples/logic_analyzer
FQBN = arduino:avr:diecimila
SERIAL = /dev/ttyUSB*