Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
firmware
boards
breezy
breezystm32
examples
ledblink
ledblink.c
Go to the documentation of this file.
1
/*
2
ledblink.c : blink the LED
3
4
Copyright (C) 2016 Simon D. Levy
5
6
This file is part of BreezySTM32.
7
8
BreezySTM32 is free software: you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation, either version 3 of the License, or
11
(at your option) any later version.
12
13
BreezySTM32 is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with BreezySTM32. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
22
#include <
breezystm32.h
>
23
24
void
setup
(
void
)
25
{
26
}
27
28
void
loop
(
void
)
29
{
30
LED0_TOGGLE
;
31
delay
(500);
32
}
LED0_TOGGLE
#define LED0_TOGGLE
Definition:
drv_system.h:41
breezystm32.h
loop
void loop(void)
Definition:
ledblink.c:28
setup
void setup(void)
Definition:
ledblink.c:24
delay
void delay(uint32_t ms)
Definition:
system.c:98
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Wed Jul 3 2019 19:59:24