This website works better with JavaScript.
Explore
Help
Register
Sign In
ejung
/
nowkas-iv-9-uhr
Watch
1
Star
0
Fork
You've already forked nowkas-iv-9-uhr
0
Code
Issues
Pull Requests
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.
63fe6ab10a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '63fe6ab10a'
${ noResults }
nowkas-iv-9-uhr
/
code
/
inc
/
adc.h
8 lines
98 B
C
Raw
Blame
History
#
ifndef _ADC_H
#
define _ADC_H
void
adc_setup
(
void
)
;
int
adc_read
(
unsigned
char
adc_pin
)
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink