protofusion repositories
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
Admin
Repositories
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
protofuse-firmware
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ ec79a7a31ac7
Branch filter:
default at ec79a7a31ac7
default
Location:
protofuse-firmware
/
inc
/
system.h
Show Full History
Show Authors
ec79a7a31ac7
75 B
text/plain
Show Annotation
Show as Raw
Download as Raw
NEO
Added DMA and got the ADC working.
1
2
3
4
5
6
#ifndef SYSTEM_H
#define SYSTEM_H
void
sysclock_init
(
void
);
#endif