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@2:f35bc063e2ed, 2018-04-17 (annotated)
- Committer:
- RuslanUrya
- Date:
- Tue Apr 17 14:15:31 2018 +0000
- Revision:
- 2:f35bc063e2ed
- Parent:
- 1:fc1836a2b111
- Child:
- 3:44c673ad1b8d
create chip.h
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| RuslanUrya | 0:d2cfc47a8e2a | 1 | #include "mbed.h" |
| RuslanUrya | 1:fc1836a2b111 | 2 | #include <libuavcan/libuavcan/include.mk> //core |
| RuslanUrya | 1:fc1836a2b111 | 3 | #include <libuavcan/libuavcan_drivers/stm32/driver/include.mk> //stm32 driver |
| RuslanUrya | 1:fc1836a2b111 | 4 | //#include <libuavcan/libuavcan/dsdl_compiler/setup.py> //run dsdl compiler? |
| RuslanUrya | 2:f35bc063e2ed | 5 | #include "chip.h" //build configuration |
| RuslanUrya | 1:fc1836a2b111 | 6 | |
| RuslanUrya | 0:d2cfc47a8e2a | 7 | |
| RuslanUrya | 0:d2cfc47a8e2a | 8 | |
| RuslanUrya | 0:d2cfc47a8e2a | 9 | int main() { |
| RuslanUrya | 0:d2cfc47a8e2a | 10 | while(1) { |
| RuslanUrya | 0:d2cfc47a8e2a | 11 | |
| RuslanUrya | 0:d2cfc47a8e2a | 12 | } |
| RuslanUrya | 0:d2cfc47a8e2a | 13 | } |