mirror of https://github.com/joan2937/pigpio
V68
This commit is contained in:
parent
04d87539ba
commit
bb352d2000
2
pigpio.c
2
pigpio.c
|
@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||
For more information, please refer to <http://unlicense.org/>
|
||||
*/
|
||||
|
||||
/* pigpio version 67 */
|
||||
/* pigpio version 68 */
|
||||
|
||||
/* include ------------------------------------------------------- */
|
||||
|
||||
|
|
2
pigpio.h
2
pigpio.h
|
@ -31,7 +31,7 @@ For more information, please refer to <http://unlicense.org/>
|
|||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define PIGPIO_VERSION 67
|
||||
#define PIGPIO_VERSION 68
|
||||
|
||||
/*TEXT
|
||||
|
||||
|
|
|
@ -300,7 +300,7 @@ import threading
|
|||
import os
|
||||
import atexit
|
||||
|
||||
VERSION = "1.41"
|
||||
VERSION = "1.42"
|
||||
|
||||
exceptions = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue