updated version nr.

This commit is contained in:
RobTillaart 2018-10-24 16:55:52 +02:00
parent 20b7dc53a8
commit a9eb3aecf3
4 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
// FILE: MCP4725.cpp
// AUTHOR: Rob Tillaart
// PURPOSE: Simple MCP4725 DAC (12 bit I2C) library for Arduino
// VERSION: 0.1.7
// VERSION: 0.1.8
// HISTORY: See MCP4725.cpp
// URL:
//
@ -15,6 +15,7 @@
// 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.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
//

View File

@ -4,7 +4,7 @@
// FILE: MCP4725.h
// AUTHOR: Rob Tillaart
// PURPOSE: Simple MCP4725 DAC (12 bit I2C) library for Arduino
// VERSION: 0.1.7
// VERSION: 0.1.8
// HISTORY: See MCP4725.cpp
// URL:
//
@ -21,7 +21,7 @@
#include "Wiring.h"
#endif
#define MCP4725_VERSION "0.1.7"
#define MCP4725_VERSION "0.1.8"
// regisiterMode
#define MCP4725_DAC 0x40

View File

@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.7",
"version":"0.1.8",
"frameworks": "arduino",
"platforms": "*",
"export": {

View File

@ -1,5 +1,5 @@
name=MCP4725
version=0.1.7
version=0.1.8
author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Library for the MCP4725 DAC.