#ifndef SAVE_PICTURE_TO_SD_CARD_H #define SAVE_PICTURE_TO_SD_CARD_H #include #include /** * Save the current picture to the onboard SD card. * @todo - Future feature. */ void save_picture_to_sd_card(); #endif