From 49ca9fd01dfa2ec865113e3f60603a8da199877c Mon Sep 17 00:00:00 2001 From: user Date: Wed, 5 Jul 2023 17:42:28 -0500 Subject: [PATCH] Upate header comment from original test program --- siggen.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/siggen.asm b/siggen.asm index 3417f21..09b7fa9 100644 --- a/siggen.asm +++ b/siggen.asm @@ -1,7 +1,9 @@ ; ------------------------------------------------------------------------------ -; test.asm +; siggen.asm ; -; Blinks an LED on PD0 (digital out 0) +; Outputs digital samples in parallel on port D[7:0] pins +; Momentary-close pushbutton on pin C5 cycles through waveforms +; Analog voltage on pin ADC0 selects frequency ; ------------------------------------------------------------------------------ .include "./m328Pdef.inc" -- 2.43.0