Arduino/libraries
squelched 1c25d2432f SD: allow multiple SD instances
The SDClass class makes a reference to "SD.card" instead of just "card". SD is a global instance of SDClass.
This prevents any other instance of SDClass from functioning correctly.
The fix also allows SDClass to be used with an SD card which is removed and replaced, whereas previously, using the global instance SD did not allow this due to the limitation of begin() which cannot be called more than once.
2015-04-27 11:53:02 +02:00
..
Audio Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Bridge Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Esplora Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Ethernet Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Firmata Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
GSM Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
LiquidCrystal Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
RobotIRremote Bundled libraries update 2015-04-23 13:01:30 +02:00
Robot_Control Bundled libraries update 2015-04-23 13:01:30 +02:00
Robot_Motor Bundled libraries update 2015-04-23 13:01:30 +02:00
SD SD: allow multiple SD instances 2015-04-27 11:53:02 +02:00
Scheduler Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Servo Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
SpacebrewYun Libraries: version now compliant with semver. See http://semver.org/ 2015-03-27 15:01:49 +01:00
Stepper Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
TFT Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Temboo Temboo: updated bundled library 2015-04-23 12:45:31 +02:00
USBHost Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
WiFi Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00