TTK4155 Ping-pong project
sram_driver.h
Go to the documentation of this file.
1 
2 #ifndef TEST_SRAM_H_
3 #define TEST_SRAM_H_
4 
5 int SRAM_init(void);
6 void SRAM_test(void);
7 
8 #endif /* TEST_SRAM_H_ */
int SRAM_init(void)
Definition: sram_driver.c:5
void SRAM_test(void)
Definition: sram_driver.c:11