Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kroužek
safe-soldering-station
Commits
02fd84da
Commit
02fd84da
authored
Jun 14, 2016
by
Martin Vítek
Browse files
Instances in sss are now public
parent
44615f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
SW/SafeSolderingStation.h
View file @
02fd84da
...
...
@@ -10,6 +10,12 @@
class
SafeSolderingStation
{
private:
//Methods
void
clock_init
();
void
misc_pin_init
();
void
irq_init
();
public:
//Objects
output
led
;
output
backlight
;
...
...
@@ -19,11 +25,6 @@ class SafeSolderingStation
Uart
uart
;
//Methods
void
clock_init
();
void
misc_pin_init
();
void
irq_init
();
public:
SafeSolderingStation
();
void
init
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment