We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd69de8 commit 74b0363Copy full SHA for 74b0363
utility/ArduinoBLE_UART_Stream.cpp
@@ -1,3 +1,4 @@
1
/*
2
- * Implementation is in ArduinoBLE_UART_Stream.h to avoid linker issues.
+ * Implementation is in ArduinoBLE_UART_Stream.h to avoid making ArduinoBLE a
3
+ * build-time dependency for all projects that use the Firmata library.
4
*/
utility/BluefruitLE_SPI_Stream.cpp
@@ -1,3 +1,5 @@
- * Implementation is in BluefruitLE_SPI_Stream.h to avoid linker issues.
+ * Implementation is in BluefruitLE_SPI_Stream.h to avoid making
+ * Adafruit_BluefruitLE_nRF51 a build-time dependency for all projects that use
+ * the Firmata library.
5
0 commit comments