Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/StandardFirmata/StandardFirmata.ino
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define I2C_REGISTER_NOT_SPECIFIED -1

// the minimum interval for sampling analog input
#define MINIMUM_SAMPLING_INTERVAL 10
#define MINIMUM_SAMPLING_INTERVAL 1


/*==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion examples/StandardFirmataChipKIT/StandardFirmataChipKIT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define I2C_REGISTER_NOT_SPECIFIED -1

// the minimum interval for sampling analog input
#define MINIMUM_SAMPLING_INTERVAL 10
#define MINIMUM_SAMPLING_INTERVAL 1


/*==============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define I2C_REGISTER_NOT_SPECIFIED -1

// the minimum interval for sampling analog input
#define MINIMUM_SAMPLING_INTERVAL 10
#define MINIMUM_SAMPLING_INTERVAL 1


/*==============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define I2C_REGISTER_NOT_SPECIFIED -1

// the minimum interval for sampling analog input
#define MINIMUM_SAMPLING_INTERVAL 10
#define MINIMUM_SAMPLING_INTERVAL 1


/*==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion examples/StandardFirmataPlus/StandardFirmataPlus.ino
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define I2C_REGISTER_NOT_SPECIFIED -1

// the minimum interval for sampling analog input
#define MINIMUM_SAMPLING_INTERVAL 10
#define MINIMUM_SAMPLING_INTERVAL 1


/*==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion examples/StandardFirmataYun/StandardFirmataYun.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define I2C_REGISTER_NOT_SPECIFIED -1

// the minimum interval for sampling analog input
#define MINIMUM_SAMPLING_INTERVAL 10
#define MINIMUM_SAMPLING_INTERVAL 1


/*==============================================================================
Expand Down