Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-STM32F103C8T6 mbed libuavcan
main.cpp
- Committer:
- RuslanUrya
- Date:
- 2018-04-17
- Revision:
- 2:f35bc063e2ed
- Parent:
- 1:fc1836a2b111
- Child:
- 3:44c673ad1b8d
File content as of revision 2:f35bc063e2ed:
#include "mbed.h"
#include <libuavcan/libuavcan/include.mk> //core
#include <libuavcan/libuavcan_drivers/stm32/driver/include.mk> //stm32 driver
//#include <libuavcan/libuavcan/dsdl_compiler/setup.py> //run dsdl compiler?
#include "chip.h" //build configuration
int main() {
while(1) {
}
}