summaryrefslogtreecommitdiff
path: root/project/Core/Inc/demo.h
blob: 2375f00937f1ceed65f7302c762bb5e8e313d48c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SWEN 340 Demo code header file
// Larry Kiser copyright 2021



/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __DEMO_H
#define __DEMO_H


void run_demo( void ) ;

#endif /* __DEMO_H */