10 lines
125 B
C++
10 lines
125 B
C++
#ifndef HELPERS_HPP
|
|
#define HELPERS_HPP
|
|
|
|
// Does the MarinoDev splash screen.
|
|
void lcd_do_splash();
|
|
|
|
|
|
|
|
#endif // HELPERS_HPP
|