projects
/
pigpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a1fc5
)
V73: I2C_SLOTS to 512 (from 64)
author
joan2937
<joan@abyz.me.uk>
Thu, 2 Jan 2020 15:04:54 +0000
(15:04 +0000)
committer
joan2937
<joan@abyz.me.uk>
Thu, 2 Jan 2020 15:04:54 +0000
(15:04 +0000)
pigpio.c
patch
|
blob
|
history
pigpio.h
patch
|
blob
|
history
diff --git
a/pigpio.c
b/pigpio.c
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 7
2
*/
+/* pigpio version 7
3
*/
/* include ------------------------------------------------------- */
diff --git
a/pigpio.h
b/pigpio.h
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 7
2
+#define PIGPIO_VERSION 7
3
/*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