Commit Graph

35 Commits

Author SHA1 Message Date
Renzo Mischianti
fb05aecc88 Add the possibility to insert address at begin() 2024-02-01 18:27:38 +01:00
Renzo Mischianti
dac17ed3bc Add Arduino UNO R4 support 2023-07-11 07:47:22 +02:00
Renzo Mischianti
70c7838e02 Fix STM32 support and add support for Raspberry Pi Pico and other rp2040 boards 2023-02-16 09:11:32 +01:00
Renzo Mischianti
de00a4e005 Add support for custom SERCOM interface of Arduino SAMD devices. Force SDA SCL to use GPIO numeration for STM32 bug (https://www.mischianti.org/forums/topic/compatible-with-stm32duino/). 2022-08-10 10:18:33 +02:00
Renzo Mischianti
77d04961ed Force SDA SCL to use GPIO numeration (https://www.mischianti.org/forums/topic/cannot-set-sda-clk-on-esp8266/). 2022-07-28 20:40:16 +02:00
Renzo Mischianti
418fca71c2 Fix the SDA SCL type #58 and add basic support for SAMD device. 2022-07-28 15:31:04 +02:00
Renzo Mischianti
95b4e8fb91 Fix double begin and esp32 example 2022-04-27 08:25:38 +02:00
Renzo Mischianti
7132586772 Fix package size, organize and fix 2022-04-07 07:52:03 +02:00
Renzo Mischianti
5c8244dadf Minor fix deprecated binary 2022-03-09 22:11:26 +01:00
Renzo Mischianti
db8b2911bb Remove deprecated binary declaration 2022-03-09 22:10:29 +01:00
Renzo Mischianti
b1c29f2a5f Minor fix to comment 2021-09-13 18:03:02 +02:00
Renzo Mischianti
668fdcad25 volatile variable fix and multiple algorithm for encoder 2020-11-23 22:39:24 +01:00
Renzo Mischianti
0330581fbc Add error message 2020-10-26 23:23:46 +01:00
Renzo Mischianti
3f7fb745b6 Merge branch 'Test_Digital_Write_All' 2020-10-26 23:18:45 +01:00
Renzo Mischianti
a6859f7a4e Minor fix DEFAULT_SDA 2020-10-26 23:15:13 +01:00
CloneTV
74556f01d7
Update PCF8574.h 2020-10-16 13:31:39 +03:00
CloneTV
46e72ba75c
Update PCF8574.h 2020-10-16 13:26:25 +03:00
CloneTV
85cd960704
Update PCF8574.h 2020-10-16 13:26:01 +03:00
Renzo Mischianti
b7655a7735 digitalWriteAll 2020-10-03 23:31:53 +02:00
Renzo Mischianti
da251b1363 Add return status on begin and digitalWrite 2020-06-01 21:54:23 +02:00
Renzo Mischianti
858f960d1e Manage initialization of pin INPUT with HIGH value to set pin mode
input, so pull-up and pull-down resistor for correct management is
needed now, to restore previous decomment #define
PCF8574_SOFT_INITIALIZATION
2020-05-26 22:06:42 +02:00
Renzo Mischianti
b6fa26e50d Fix LICENCE 2020-05-20 21:47:15 +02:00
Renzo Mischianti
64772d744f Interrupt management 2020-04-11 16:40:51 +02:00
Renzo Mischianti
c3b5ad65a1 Add encoder features 2020-03-13 21:52:51 +01:00
Renzo Mischianti
2509754e5e New tested 2.0 version 2020-03-06 21:56:24 +01:00
Renzo Mischianti
2d5584f665 First commit input_pullup 2019-10-29 22:04:03 +01:00
Renzo Mischianti
14ebfa3025 Fix __ 2019-10-17 08:44:54 +02:00
Renzo Mischianti
2cc745328c Fix for Tensduino 2019-09-13 16:02:23 +02:00
Renzo Mischianti
6d377772fa Merge branch 'master' of https://github.com/xreef/PCF8574_library.git
Conflicts:
	PCF8574.cpp
	README.md
2019-04-29 09:22:17 +02:00
Renzo Mischianti
9a39b47339 Esp32 support for second i2c channel 2019-04-29 09:17:34 +02:00
Renzo
f996b29458 Fix SMT32 pathc 2018-09-23 19:31:56 +02:00
Renzo
d1abfb5f75 Adding integration for Arduino SMT32 #8 2018-09-21 11:36:04 +02:00
Renzo
114c3cafb5 For enhancement #5.
Add variable to prevent use of complex structure and free 7 byte of mem.
2018-06-02 23:05:23 +02:00
Renzo
59f06148dc Fix already defined lib 2018-05-31 22:54:51 +02:00
Renzo
7d7ba7ea57 First commit 2017-11-13 21:44:50 +01:00