File tree Expand file tree Collapse file tree 12 files changed +32
-16
lines changed Expand file tree Collapse file tree 12 files changed +32
-16
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata.cpp - Firmata library v2.5.4 - 2016-10-23
2
+ Firmata.cpp - Firmata library v2.5.5 - 2017-03-06
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata.h - Firmata library v2.5.4 - 2016-10-23
2
+ Firmata.h - Firmata library v2.5.5 - 2017-03-06
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata.h - Firmata library v2.5.4 - 2016-10-23
2
+ FirmataConstants.h
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
@@ -21,7 +21,7 @@ namespace firmata {
21
21
*/
22
22
static const int FIRMWARE_MAJOR_VERSION = 2 ;
23
23
static const int FIRMWARE_MINOR_VERSION = 5 ;
24
- static const int FIRMWARE_BUGFIX_VERSION = 4 ;
24
+ static const int FIRMWARE_BUGFIX_VERSION = 5 ;
25
25
26
26
/* Version numbers for the protocol. The protocol is still changing, so these
27
27
* version numbers are important.
Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata.h - Firmata library v2.5.4 - 2016-10-23
2
+ FirmataDefines.h
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata .cpp - Firmata library v2.5.4 - 2016-10-23
2
+ FirmataMarshaller .cpp
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata.h - Firmata library v2.5.4 - 2016-10-23
2
+ FirmataMarshaller.h
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- Firmata .cpp - Firmata library v2.5.4 - 2016-10-23
2
+ FirmataParser .cpp
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- FirmataParser.h - Firmata library v2.5.4 - 2016-10-23
2
+ FirmataParser.h
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
4
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
Original file line number Diff line number Diff line change
1
+ FIRMATA 2.5.5 - Mar 6, 2017
2
+
3
+ [core library]
4
+ * Updated BLEStream for compatibility with CurieBLE v2 (Sandeep Mistry)
5
+ * Added support for MKRZero (Sandeep Mistry)
6
+
7
+ This update also includes a number of changes from an ongoing refactor by
8
+ Zak Fields of the Firmata core. These changes don't impact user facing sketches,
9
+ they are all internal only. Changes include:
10
+
11
+ * Split out parser logic into new lib free of Arduino-specific dependencies.
12
+ * Add new class to support cross platform marshalling of Firmata procedure calls.
13
+ * Split out core constants to separate file.
14
+ * Split out core defines to separate file.
15
+ * Added firmata namespace to core library classes.
16
+
1
17
FIRMATA 2.5.4 - Oct 23, 2016
2
18
3
19
[core library]
Original file line number Diff line number Diff line change 1
1
name =Firmata
2
- version =2.5.4
2
+ version =2.5.5
3
3
author =Firmata Developers
4
4
maintainer =https://github.com/firmata/arduino
5
5
sentence =Enables the communication with computer apps using a standard serial protocol. For all Arduino/Genuino boards.
You can’t perform that action at this time.
0 commit comments