ndsa/example_code/multi_module_test.cpp
2022-03-04 21:53:23 -05:00

6 lines
111 B
C++

#include <NDSA.hh>
using namespace NDSA;
void printFrame(int frame) {
PrintAt(0, 10, "Frame = %d", frame);
}