From 65686e81baa73ce0b025fbf550d5c5557fda9529 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Tue, 22 Jun 2021 23:17:50 +0000 Subject: [PATCH] Update main.cpp --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..a48b740 --- /dev/null +++ b/main.cpp @@ -0,0 +1,10 @@ +#include "pixel.hpp" + +int main() { + pkt_t din, dout; + auto* a=50; + pixel(0,1,3,27,a,din,dout); + +} + + -- GitLab