This website requires JavaScript.
Explore
Help
Sign In
fox
/
SSTV-Decoder
Archived
Watch
1
Star
0
Fork
0
You've already forked SSTV-Decoder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-11-23
. You can view files and clone it, but cannot push or open issues or pull requests.
c9af85ad08
SSTV-Decoder
/
include
/
adc.h
7 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
feat: adc
2023-04-27 13:26:10 +08:00
#
pragma once
#
include
<inttypes.h>
style: lowercase
2023-04-27 23:36:16 +08:00
void
adc0_Init
(
)
;
int16_t
adc0_TR_DATA
(
)
;
Reference in New Issue
Copy Permalink