This website works better with JavaScript.
Explore
Help
Sign In
Angelus
/
c-gpio-intro
Watch
1
Star
0
Fork
You've already forked c-gpio-intro
0
Code
Issues
4
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bc9f532899
arguments
main
error-catching
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bc9f532899'
${ noResults }
c-gpio-intro
/
main.c
7 lines
88 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello from Rasperry Pi!
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink