up
This commit is contained in:
@@ -49,10 +49,13 @@ void app_main(void)
|
||||
|
||||
printf("Minimum free heap size: %" PRIu32 " bytes\n", esp_get_minimum_free_heap_size());
|
||||
|
||||
printf("sizeof(int) ==%d\n",sizeof(int));
|
||||
|
||||
spi_init();
|
||||
lcd_init();
|
||||
|
||||
//LCD_Clear(0x1234);
|
||||
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user