Finished Programmer
This commit is contained in:
@@ -45,6 +45,10 @@ void Write_Command_Pins(int CE, int OE, int WE);
|
||||
void Write_Command(int addr, int data);
|
||||
int Flash_ReadByte(int addr);
|
||||
void Enter_Device_ID(int *manufacturer, int *device);
|
||||
void Dump_Flash_UART(int visual_format);
|
||||
void Chip_Erase(void);
|
||||
void Chip_Program_Byte(int addr, int data);
|
||||
void Flash_From_UART(void);
|
||||
|
||||
void debug_print(const char *msg);
|
||||
|
||||
|
Reference in New Issue
Block a user