updated core controller
This commit is contained in:
@ -42,8 +42,20 @@ public:
|
||||
|
||||
sd::SdCard getPreferredSdCard() const;
|
||||
|
||||
/**
|
||||
* Switch on the specified SD card
|
||||
* @param sdCard
|
||||
* @return - RETURN_OK on success, ALREADY_ON if it is already on,
|
||||
* SYSTEM_CALL_ERROR on system error
|
||||
*/
|
||||
ReturnValue_t switchOnSdCard(sd::SdCard sdCard);
|
||||
|
||||
/**
|
||||
* Switch off the specified SD card
|
||||
* @param sdCard
|
||||
* @return - RETURN_OK on success, ALREADY_ON if it is already on,
|
||||
* SYSTEM_CALL_ERROR on system error
|
||||
*/
|
||||
ReturnValue_t switchOffSdCard(sd::SdCard sdCard);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user