RobTillaart
7f8134f8f6
+ PCF8574 updated notes
2017-04-20 10:55:00 +02:00
RobTillaart
add7ed3b15
+ max44009 0.1.5 updated history
2017-04-20 10:21:49 +02:00
Rob Tillaart
59ac42546b
Merge pull request #62 from debsahu/patch-1
...
Update Max44009.h
2017-04-20 09:54:25 +02:00
RobTillaart
185ceeb066
+ MCP4725 0.1.7 refactor
2017-04-20 09:20:26 +02:00
RobTillaart
ba067ff91d
+ I2C_EEPROM 1.2.5 refactor
2017-04-20 09:15:28 +02:00
RobTillaart
ab1d7d8617
+ I2C_eeprom 1.2.4
...
+ remove timeout - github issue #63
2017-04-19 12:45:38 +02:00
RobTillaart
d862556833
+ 0.1.6
...
+ remove timeout - issue #63
+ small refactor
2017-04-19 12:31:31 +02:00
debsahu
ba7c2442f6
Update Max44009.h
...
void setAutomaticMode(); is defined in Max44009.cpp but not in header file.
2017-04-15 13:50:03 -04:00
RobTillaart
02cc2c5420
fix issue with delayMicroseconds > 16000
2017-03-06 21:10:50 +01:00
RobTillaart
4a301a8804
fixed warning readButton8()
2017-02-27 10:13:59 +01:00
RobTillaart
cbbb53dada
update version to 0.1.2
2017-02-04 16:58:28 +01:00
Mirek Simek
fe228e7b51
typo
2017-02-04 09:37:40 +01:00
aldras
76139cbbfa
Update I2C_eeprom_test.ino
...
I2C_EEPROM - Modified example sketch for hex display of memory dumps, explicitly defined 24LC64 memory size
2017-01-24 16:21:48 +09:00
Ivan Kravets
bf887ddd3a
Fix broken manifest
2017-01-14 01:06:09 +02:00
RobTillaart
4a4b6cf7f2
updated platforms in json description
2017-01-03 17:41:49 +01:00
Ivan Kravets
f62b07b8d2
Specify compatible development platform
2017-01-02 23:47:57 +02:00
RobTillaart
d6bd9a1f48
update example -> examples
2016-12-18 11:39:20 +01:00
RobTillaart
f69a50d82f
Set 0.1.09 - added const where possible
2016-12-18 11:19:56 +01:00
RobTillaart
82a6117e48
fixed version number
2016-12-18 11:03:21 +01:00
RobTillaart
f78e535955
Added version number
2016-12-18 11:02:55 +01:00
RobTillaart
8a94bc3acc
initial versions of library.properties
2016-12-18 11:02:20 +01:00
RobTillaart
018a4872a6
update library.json files
2016-12-18 10:48:17 +01:00
RobTillaart
6760bfdde6
fix library.json
2016-12-17 21:56:14 +01:00
RobTillaart
619b84df62
fixed DHT2pin lib
2016-12-17 21:10:09 +01:00
RobTillaart
c97f801ba4
clean up
2016-12-17 21:08:49 +01:00
RobTillaart
28d87d66ef
fix library.json
2016-12-17 21:07:11 +01:00
RobTillaart
e954b83020
minor edit
2016-12-17 21:04:25 +01:00
RobTillaart
f5114ca837
Library for a (4bit) Nibble Array
2016-12-17 20:59:03 +01:00
RobTillaart
1d4d705d36
Library for the Max44009
2016-12-17 20:58:29 +01:00
RobTillaart
54e5ee1c05
Experimental Function Generator class
2016-12-17 20:57:37 +01:00
RobTillaart
45d8bff06a
added library.json files
2016-12-17 20:53:18 +01:00
Ivan Kravets
525476e0e5
@PlatformIO Library Registry manifest file
2016-12-16 12:33:43 +02:00
Rob Tillaart
0be0a563ef
Merge pull request #48 from V0v1kkk/master
...
Added functions for calculating standard deviation and standard error, function for check fullness of buffer.
2016-12-02 19:08:00 +01:00
V0v1kkk
2cf71d91db
Added functions for calculating standard deviation and standard error of running average. They may be useful for statistical evaluation of running average.
...
Also added function for check fullness of buffer.
2016-12-02 00:06:08 +05:00
rob tillaart
7340c4eccf
0.0.2 support conditional F_CPU, first test run, renamed to DHT2pin,
2016-09-17 10:30:20 +02:00
rob tillaart
23ca5ec40c
Initial version of 2 pins DHT lib (uses additional HW see readme.txt)
2016-09-05 19:46:08 +02:00
rob tillaart
a2bf47908d
+ 0.1.08 merged work of Septillion
...
+ added default values
+ update version number
Signed-off-by: rob tillaart <rob.tillaart@gmail.com>
2016-05-21 11:12:01 +02:00
sseptillion
31513f4cf7
Added buttonRead() examples, added begin() to other examples and updated the note
2016-05-20 14:33:42 +02:00
sseptillion
dfcaaf07dc
added masking to buttonRead8() and moves wire.begin() to begin()
2016-05-20 13:47:20 +02:00
sseptillion
2bfd32464b
Fixed default of _dataOut
2016-05-20 12:06:10 +02:00
sseptillion
230adfb028
Manual merg upstream RobTillaart
2016-05-20 11:52:57 +02:00
sseptillion
368c032857
Fixed numering to 0.1.07
2016-04-28 22:09:53 +02:00
sseptillion
b4ae62b533
Fixed (0.1.05) write could corrupt input
...
Because a write() used a read8() first, did the clear/set, then send it
back, you had an error if you did a write() on a pin while another input
was just pulled low externally
added readButton() and readButton8() which set the pin(s) high, read,
and then restore to last written state.
Also added begin() te get it in a known state
2016-04-28 22:07:01 +02:00
rob tillaart
d95660eecf
+ 0.1.06
...
+ added functions to manipulate layout more low level
+ added XMLWriterDemo01 to show these functions
+ added sample output (as comparison)
+ fixed small error
+ removed XMLWRITER_EXTENDED #ifdef
2016-04-27 14:14:37 +02:00
rob tillaart
85bc0eb4fa
initial version
2016-04-24 19:25:36 +02:00
rob tillaart
c57a9fefee
fix initialization (autoincrement)
2016-04-24 19:21:50 +02:00
rob tillaart
d5306a3464
fix wrong date
2016-04-24 09:20:33 +02:00
rob tillaart
5bde8340b4
refactored test code
2016-04-24 08:40:38 +02:00
rob tillaart
f54a04408a
+ version 0.1.00 BETA
...
+ not tested yet
2016-04-24 08:26:22 +02:00
rob tillaart
4d9a7d6146
+ version 0.1.03
...
+ bug in ERROR define fixed
+ added readBackRegister(); for debugging purposes
+ demo sketch for readBackRegister()
2016-04-10 20:23:28 +02:00