From 1524b849f77352910c1e2a7cbbbeec2957a47016 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 18 Mar 2020 14:16:51 -0400 Subject: add an "ALIVE" output, to switch on VCC2 in AVRQ (for example) --- device-functions.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-functions.c b/device-functions.c index d287e60..e286317 100644 --- a/device-functions.c +++ b/device-functions.c @@ -122,6 +122,9 @@ void Main_Rst (void) { int i; + // the "alive" output - used to enable VCC2 in AVRQ, for example + set_shiftreg_bits(SR_3, POS_15, ONE_BIT, BIT_HIGH); + globals.Flags.extended_ampl_min_max=NO; // go backwards, so channel 0 overrides everything -- cgit