Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Hundseder
hundseder-jonas
Commits
98ec5b3e
Commit
98ec5b3e
authored
Sep 29, 2021
by
Stefan Hackenberg
Browse files
Add mbedos and fix main
parent
dfb00319
Changes
2
Hide whitespace changes
Inline
Side-by-side
mbedos/mbedos.lib
0 → 100644
View file @
98ec5b3e
File added
src/main.cpp
View file @
98ec5b3e
#include <mbed.h>
void
main
(
void
)
int
main
(
void
)
{
printf
(
"Hello World
\n
"
);
printf
(
"Hello World!
\n
"
);
return
0
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment