From 7471166e9b13306ad41c90c50d9c92115246f705 Mon Sep 17 00:00:00 2001 From: Twilight-Logic Date: Wed, 14 Feb 2024 19:12:25 +0000 Subject: [PATCH] Added ESP32 layout --- src/AR488/AR488.ino | 2 +- src/AR488/AR488_Config.h | 2 +- src/AR488/AR488_Layouts.cpp | 2 +- src/AR488/AR488_Layouts.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AR488/AR488.ino b/src/AR488/AR488.ino index 0f1f2a8..2fb13f5 100644 --- a/src/AR488/AR488.ino +++ b/src/AR488/AR488.ino @@ -14,7 +14,7 @@ #include "AR488_Eeprom.h" -/***** FWVER "AR488 GPIB controller, ver. 0.51.26, 24/12/2023" *****/ +/***** FWVER "AR488 GPIB controller, ver. 0.51.27, 14/02/2024" *****/ /* Arduino IEEE-488 implementation by John Chajecki diff --git a/src/AR488/AR488_Config.h b/src/AR488/AR488_Config.h index 540dcd8..9eb97f0 100644 --- a/src/AR488/AR488_Config.h +++ b/src/AR488/AR488_Config.h @@ -7,7 +7,7 @@ /***** Firmware version *****/ -#define FWVER "AR488 GPIB controller, ver. 0.51.26, 24/12/2023" +#define FWVER "AR488 GPIB controller, ver. 0.51.27, 14/02/2024" diff --git a/src/AR488/AR488_Layouts.cpp b/src/AR488/AR488_Layouts.cpp index c9d1435..c1cfe8f 100644 --- a/src/AR488/AR488_Layouts.cpp +++ b/src/AR488/AR488_Layouts.cpp @@ -3,7 +3,7 @@ #include "AR488_Config.h" #include "AR488_Layouts.h" -/***** AR488_Hardware.cpp, ver. 0.51.26, 24/12/2023 *****/ +/***** AR488_Hardware.cpp, ver. 0.51.27, 14/02/2024 *****/ /* * Hardware layout function definitions */ diff --git a/src/AR488/AR488_Layouts.h b/src/AR488/AR488_Layouts.h index f83ecb3..d26d710 100644 --- a/src/AR488/AR488_Layouts.h +++ b/src/AR488/AR488_Layouts.h @@ -6,7 +6,7 @@ #include "AR488_Config.h" -/***** AR488_Hardware.h, ver. 0.51.26, 24/12/2023 *****/ +/***** AR488_Hardware.h, ver. 0.51.27, 14/02/2024 *****/ /* * Hardware pin layout definitions */