mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
6 lines
99 B
C
6 lines
99 B
C
#ifndef __SDRAM_H__
|
|
#define __SDRAM_H__
|
|
bool sdram_init();
|
|
bool sdram_test();
|
|
#endif //__SDRAM_H__
|