Lines Matching +full:2020 +full:- +full:12 +full:- +full:10

3 Signed-off-by: Michael Fischer <mf@go-sys.de>
5 diff -purN python-rpi-gpio.org/source/common.c python-rpi-gpio/source/common.c
6 --- python-rpi-gpio.org/source/common.c 2019-07-21 14:41:22.000000000 +0200
7 +++ python-rpi-gpio/source/common.c 2020-08-07 09:31:33.948575964 +0200
8 @@ -28,6 +28,9 @@
9-1, -1, -1, 0, -1, 1, -1, 4, 14, -1, 15, 17, 18, 21, -1, 22, 23, -1, 24, 10, -1, 9, 25, 11, 8, -1,…
10-1, -1, -1, 2, -1, 3, -1, 4, 14, -1, 15, 17, 18, 27, -1, 22, 23, -1, 24, 10, -1, 9, 25, 11, 8, -1,…
11 … {-1, -1, -1, 2, -1, 3, -1, 4, 14, -1, 15, 17, 18, 27, -1, 22, 23, -1, 24, 10, -1, 9, 25, 11, 8, -
18 diff -purN python-rpi-gpio.org/source/common.h python-rpi-gpio/source/common.h
19 --- python-rpi-gpio.org/source/common.h 2019-07-21 14:41:22.000000000 +0200
20 +++ python-rpi-gpio/source/common.h 2020-08-07 09:31:33.948575964 +0200
21 @@ -30,14 +30,14 @@ SOFTWARE.
25 -int gpio_mode;
26 -const int pin_to_gpio_rev1[41];
27 -const int pin_to_gpio_rev2[41];
28 -const int pin_to_gpio_rev3[41];
29 -const int (*pin_to_gpio)[41];
30 -int gpio_direction[54];
31 -rpi_info rpiinfo;
32 -int setup_error;
33 -int module_setup;
45 diff -purN python-rpi-gpio.org/source/constants.c python-rpi-gpio/source/constants.c
46 --- python-rpi-gpio.org/source/constants.c 2019-07-21 14:41:22.000000000 +0200
47 +++ python-rpi-gpio/source/constants.c 2020-08-07 09:32:15.522196618 +0200
48 @@ -21,6 +21,7 @@
56 diff -purN python-rpi-gpio.org/source/constants.h python-rpi-gpio/source/constants.h
57 --- python-rpi-gpio.org/source/constants.h 2019-07-21 14:41:22.000000000 +0200
58 +++ python-rpi-gpio/source/constants.h 2020-08-07 09:32:15.522196618 +0200
59 @@ -23,22 +23,28 @@ SOFTWARE.
63 -PyObject *high;
64 -PyObject *low;
65 -PyObject *input;
66 -PyObject *output;
67 -PyObject *pwm;
68 -PyObject *serial;
69 -PyObject *i2c;
70 -PyObject *spi;
71 -PyObject *unknown;
72 -PyObject *board;
73 -PyObject *bcm;
74 -PyObject *pud_off;
75 -PyObject *pud_up;
76 -PyObject *pud_down;
77 -PyObject *rising_edge;
78 -PyObject *falling_edge;
79 -PyObject *both_edge;
105 diff -purN python-rpi-gpio.org/source/event_gpio.c python-rpi-gpio/source/event_gpio.c
106 --- python-rpi-gpio.org/source/event_gpio.c 2019-07-21 14:41:22.000000000 +0200
107 +++ python-rpi-gpio/source/event_gpio.c 2020-08-07 09:42:05.564483136 +0200
108 @@ -57,7 +57,7 @@ struct callback
112 -pthread_t threads;
116 int epfd_thread = -1;
117 diff -purN python-rpi-gpio.org/source/py_pwm.h python-rpi-gpio/source/py_pwm.h
118 --- python-rpi-gpio.org/source/py_pwm.h 2019-07-21 14:41:22.000000000 +0200
119 +++ python-rpi-gpio/source/py_pwm.h 2020-08-07 09:38:49.445646807 +0200
120 @@ -20,5 +20,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR
124 -PyTypeObject PWMType;
127 diff -purN python-rpi-gpio.org/source/soft_pwm.c python-rpi-gpio/source/soft_pwm.c
128 --- python-rpi-gpio.org/source/soft_pwm.c 2019-07-21 14:41:22.000000000 +0200
129 +++ python-rpi-gpio/source/soft_pwm.c 2020-08-07 09:42:40.753160437 +0200
130 @@ -25,7 +25,7 @@ SOFTWARE.
134 -pthread_t threads;
139 diff -purN python-rpi-gpio.org/source/soft_pwm.h python-rpi-gpio/source/soft_pwm.h
140 --- python-rpi-gpio.org/source/soft_pwm.h 2019-07-21 14:41:22.000000000 +0200
141 +++ python-rpi-gpio/source/soft_pwm.h 2020-08-07 09:39:25.916811352 +0200
142 @@ -26,4 +26,4 @@ void pwm_set_duty_cycle(unsigned int gpi
146 -int pwm_exists(unsigned int gpio);