init README
This commit is contained in:
parent
4b80b8bd64
commit
44ea04e1b1
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
FSFW From Zero Workshop
|
||||
=======
|
||||
|
||||
This workshop gives an introduction to the Flight Software Framework,
|
||||
starting from a simple hello world program in C++. As such, it it also suitable
|
||||
for C++ beginners.
|
@ -52,6 +52,7 @@ class MyExecutable: public SystemObject, public ExecutableObjectIF {
|
||||
static const object_id_t MY_OBJ = 1;
|
||||
|
||||
void objFactory(void* args);
|
||||
|
||||
int main() {
|
||||
using namespace std::chrono_literals;
|
||||
cout << "hello world!" << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user