File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- Firmata.cpp - Firmata library v2.3.7 - 2013-08-09
2+ Firmata.cpp - Firmata library v2.4.0 - 2013-08-09
33 Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55 This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 11/*
2- Firmata.h - Firmata library v2.3.7 - 2013-08-09
2+ Firmata.h - Firmata library v2.4.0 - 2013-08-09
33 Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55 This library is free software; you can redistribute it and/or
2020 * software can test whether it will be compatible with the currently
2121 * installed firmware. */
2222#define FIRMATA_MAJOR_VERSION 2 // for non-compatible changes
23- #define FIRMATA_MINOR_VERSION 3 // for backwards compatible changes
24- #define FIRMATA_BUGFIX_VERSION 7 // for bugfix releases
23+ #define FIRMATA_MINOR_VERSION 4 // for backwards compatible changes
24+ #define FIRMATA_BUGFIX_VERSION 0 // for bugfix releases
2525
2626#define MAX_DATA_BYTES 64 // max number of data bytes in incoming messages
2727
You can’t perform that action at this time.
0 commit comments