Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
output_handler.cc
00001 #include "./output_handler.h" 00002 00003 00004 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, 00005 float y_value) { 00006 00007 // Log the current X and Y values 00008 error_reporter->Report("x_value: %f, y_value: %f\n", x_value, y_value); 00009 }
Generated on Wed Jul 13 2022 16:03:35 by
