V73: I2C_SLOTS to 512 (from 64)
authorjoan2937 <joan@abyz.me.uk>
Thu, 2 Jan 2020 15:04:54 +0000 (15:04 +0000)
committerjoan2937 <joan@abyz.me.uk>
Thu, 2 Jan 2020 15:04:54 +0000 (15:04 +0000)
pigpio.c
pigpio.h

index c9688ba3fa18c52939db9a14158ea3e01ecb9d16..24fe28774a68e9e2cf36eb3a3e35fe4b38807d7a 100644 (file)
--- a/pigpio.c
+++ b/pigpio.c
@@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 For more information, please refer to <http://unlicense.org/>
 */
 
-/* pigpio version 72 */
+/* pigpio version 73 */
 
 /* include ------------------------------------------------------- */
 
index 44b3ba529690f1edda926711349252695926b811..b6547e36b41ea96e520ec177b01e7ed871a071ac 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -30,7 +30,7 @@ For more information, please refer to <http://unlicense.org/>
 #include <stdint.h>
 #include <pthread.h>
 
-#define PIGPIO_VERSION 72
+#define PIGPIO_VERSION 73
 
 /*TEXT
 
@@ -702,7 +702,7 @@ typedef void *(gpioThreadFunc_t) (void *);
 /* Files, I2C, SPI, SER */
 
 #define PI_FILE_SLOTS 16
-#define PI_I2C_SLOTS  64
+#define PI_I2C_SLOTS  512
 #define PI_SPI_SLOTS  32
 #define PI_SER_SLOTS  16