Initial aether32 school lab bench tool
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
16
src/components/storage/storage_wrapper.h
Normal file
16
src/components/storage/storage_wrapper.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <Arduino.h>
|
||||
#include "USB.h"
|
||||
#include "USBMSC.h"
|
||||
|
||||
#include "SDCardArduino.h"
|
||||
#include "SDCardMultiSector.h"
|
||||
#include "SDCardLazyWrite.h"
|
||||
|
||||
#define BOOT_BUTTON 0
|
||||
|
||||
#define SPEED_TEST_BUFFER_SIZE 4096
|
||||
#define SPEED_TEST_NUMBER_SECTORS (SPEED_TEST_BUFFER_SIZE / 512)
|
||||
|
||||
// Function declarations
|
||||
void mount_storage();
|
||||
void eject_storage();
|
||||
Reference in New Issue
Block a user