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
therm
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 8f02a0213d08
Branch filter:
cortex-f0 at 8f02a0213d08
cortex-f0
default
rtd
Location:
therm
/
clock.h
Show Full History
Show Authors
8f02a0213d08
72 B
text/plain
Show Annotation
Show as Raw
Download as Raw
Ethan Zonca
Added gpio, spi, and clock init. May need to swap stdperiph to the one thrown out by the cube
1
2
3
4
5
6
#ifndef CLOCK_H
#define CLOCK_H
void
SystemClock_Config
(
void
);
#endif