mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
updated version nr.
This commit is contained in:
parent
20b7dc53a8
commit
a9eb3aecf3
@ -2,7 +2,7 @@
|
|||||||
// FILE: MCP4725.cpp
|
// FILE: MCP4725.cpp
|
||||||
// AUTHOR: Rob Tillaart
|
// AUTHOR: Rob Tillaart
|
||||||
// PURPOSE: Simple MCP4725 DAC (12 bit I2C) library for Arduino
|
// PURPOSE: Simple MCP4725 DAC (12 bit I2C) library for Arduino
|
||||||
// VERSION: 0.1.7
|
// VERSION: 0.1.8
|
||||||
// HISTORY: See MCP4725.cpp
|
// HISTORY: See MCP4725.cpp
|
||||||
// URL:
|
// URL:
|
||||||
//
|
//
|
||||||
@ -15,6 +15,7 @@
|
|||||||
// 0.1.05 - 2015-03-06 refactoring, stricter interfaces
|
// 0.1.05 - 2015-03-06 refactoring, stricter interfaces
|
||||||
// 0.1.6 - 2017-04-19 refactor + remove timeout - https://github.com/RobTillaart/Arduino/issues/63
|
// 0.1.6 - 2017-04-19 refactor + remove timeout - https://github.com/RobTillaart/Arduino/issues/63
|
||||||
// 0.1.7 - 2017-04-20 refactor the removed timeout (Thanks to Koepel)
|
// 0.1.7 - 2017-04-20 refactor the removed timeout (Thanks to Koepel)
|
||||||
|
// 0.1.8 - 2018-10-24 fix read only var #115 (kudos to perl1234)
|
||||||
//
|
//
|
||||||
// Released to the public domain
|
// Released to the public domain
|
||||||
//
|
//
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
// FILE: MCP4725.h
|
// FILE: MCP4725.h
|
||||||
// AUTHOR: Rob Tillaart
|
// AUTHOR: Rob Tillaart
|
||||||
// PURPOSE: Simple MCP4725 DAC (12 bit I2C) library for Arduino
|
// PURPOSE: Simple MCP4725 DAC (12 bit I2C) library for Arduino
|
||||||
// VERSION: 0.1.7
|
// VERSION: 0.1.8
|
||||||
// HISTORY: See MCP4725.cpp
|
// HISTORY: See MCP4725.cpp
|
||||||
// URL:
|
// URL:
|
||||||
//
|
//
|
||||||
@ -21,7 +21,7 @@
|
|||||||
#include "Wiring.h"
|
#include "Wiring.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MCP4725_VERSION "0.1.7"
|
#define MCP4725_VERSION "0.1.8"
|
||||||
|
|
||||||
// regisiterMode
|
// regisiterMode
|
||||||
#define MCP4725_DAC 0x40
|
#define MCP4725_DAC 0x40
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/RobTillaart/Arduino.git"
|
"url": "https://github.com/RobTillaart/Arduino.git"
|
||||||
},
|
},
|
||||||
"version":"0.1.7",
|
"version":"0.1.8",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "*",
|
||||||
"export": {
|
"export": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=MCP4725
|
name=MCP4725
|
||||||
version=0.1.7
|
version=0.1.8
|
||||||
author=Rob Tillaart <rob.tillaart@gmail.com>
|
author=Rob Tillaart <rob.tillaart@gmail.com>
|
||||||
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
|
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
|
||||||
sentence=Library for the MCP4725 DAC.
|
sentence=Library for the MCP4725 DAC.
|
||||||
|
Loading…
Reference in New Issue
Block a user