From a8a68e5e77cac2fedb03a164acc666ccc1a1a8b1 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 16 Aug 2025 12:36:44 -0230 Subject: add device and compiler to header comments --- sw/sys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sw/sys.h') diff --git a/sw/sys.h b/sw/sys.h index 1d54039..8a71edb 100644 --- a/sw/sys.h +++ b/sw/sys.h @@ -1,3 +1,7 @@ +/* Device: PIC16F1459 + * Compiler: XC8 v3.00 + */ + // TRIS enum { OUT = 0, -- cgit v1.2.3