Daniel Konegen / MNIST_example

Dependencies:   mbed-os

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cc Source File

main.cc

00001 #include "./main_functions.h"
00002 
00003 int main(int argc, char* argv[]) {
00004   setup();
00005   while (true) {
00006     loop();
00007   }
00008 }