Skip to content

Commit

Permalink
Added ESP32 layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Twilight-Logic committed Feb 14, 2024
1 parent fe3e87e commit 7471166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AR488/AR488.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/AR488/AR488_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"



Expand Down
2 changes: 1 addition & 1 deletion src/AR488/AR488_Layouts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AR488/AR488_Layouts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7471166

Please sign in to comment.