stm32f103 Bluepill usb keyboard demo cmake project (it worked!)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// Created by ondra on 7.8.16.
|
|
//
|
|
|
|
#ifndef F103_USB_MAIN_H_H
|
|
#define F103_USB_MAIN_H_H
|
|
|
|
#include "stm32f1xx_hal.h"
|
|
|
|
extern void dbg(const char* msg);
|
|
|
|
#endif //F103_USB_MAIN_H_H
|
|
|