Skip to content
Snippets Groups Projects
Commit c5454df3 authored by recallmenot's avatar recallmenot
Browse files

converted all example include paths

parent ba67e116
No related branches found
No related tags found
No related merge requests found
#ifndef WIRING_H
#define WIRING_H
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
......
#ifndef WIRING_H
#define WIRING_H
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
......
#define SYSTEM_CORE_CLOCK 48000000
#define APB_CLOCK SYSTEM_CORE_CLOCK
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
#define CH32V003_SPI_SPEED_HZ 1000000
......
......@@ -6,7 +6,7 @@
#define SYSTEM_CORE_CLOCK 48000000
#define APB_CLOCK SYSTEM_CORE_CLOCK
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
#include <stdio.h>
#include "nrf24l01.h"
......
#define SYSTEM_CORE_CLOCK 48000000
#define APB_CLOCK SYSTEM_CORE_CLOCK
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
#define CH32V003_SPI_SPEED_HZ 1000000
......
......@@ -6,7 +6,7 @@
#define SYSTEM_CORE_CLOCK 48000000
#define APB_CLOCK SYSTEM_CORE_CLOCK
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
#include <stdio.h>
#include "nrf24l01.h"
......
......@@ -2,7 +2,7 @@
// Could be defined here, or in the processor defines.
#define SYSTEM_CORE_CLOCK 48000000
#include "../../ch32v003fun/ch32v003fun.h"
#include "ch32v003fun.h"
#include <stdio.h>
#define APB_CLOCK SYSTEM_CORE_CLOCK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment