Delete RAM data and delay function
This commit is contained in:
12
inc/system_function.h
Normal file
12
inc/system_function.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _SYSTEM_FUNCTION_
|
||||
#define _SYSTEM_FUNCTION_
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
#define RAM_ADDR_START 0x80
|
||||
#define RAM_ADDR_END 0xff
|
||||
|
||||
void ram_erase(uint8_t ram_bank);
|
||||
void delay(uint16_t count);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user