Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 4, 2015
1 parent e0de891 commit 88ae787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions firmware/voodoospark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
******************************************************************************
* @file voodoospark.cpp
* @author Chris Williams
* @version V3.0.0
* @version V3.1.0
* @date 30-Sept-2015
* @brief Exposes the firmware level API through a TCP Connection initiated
* to the Particle devices (Core and Photon)
Expand Down Expand Up @@ -70,7 +70,7 @@
#define I2C_CONFIG 0x30
#define I2C_WRITE 0x31
#define I2C_READ 0x32
#define I2C_READ_CONTINUOUS 0x33
#define I2C_READ_CONTINUOUS 0x33
#define I2C_REGISTER_NOT_SPECIFIED 0xFF
/* NOTE GAP */
#define SERVO_WRITE 0x41
Expand Down
2 changes: 1 addition & 1 deletion particle.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "voodoospark",
"author": "Chris Williams <[email protected]>",
"license": "MIT",
"version": "3.0.0",
"version": "3.1.0",
"description": "TCP enabled IO protocol for Particle Device (Core, Photon) communication"
}

0 comments on commit 88ae787

Please sign in to comment.