Refactoring library files to remove dependency on include.h.

This commit is contained in:
Wayne Venables
2023-02-25 20:18:58 -08:00
parent 73a91f3508
commit 341fb86b22
34 changed files with 200 additions and 398 deletions

View File

@@ -5,9 +5,17 @@
//
// ****************************************************************************
#include "include.h"
#include "pico/stdlib.h"
#include "pico/printf.h"
#include "picovga.h"
#include "vga.pio.h"
#include <string.h>
#include "hardware/divider.h"
#include "hardware/dma.h"
#include "hardware/sync.h"
// scanline type
u8 ScanlineType[MAXLINE];