Sine wave predictor
Overview
Prerequisites
Code Explanation
Includes and Constants
#include <EdgeNeuron.h>
#include "model.h"
// Tensor arena for TensorFlow Lite to store tensors
constexpr int kTensorArenaSize = 2000;
alignas(16) uint8_t tensor_arena[kTensorArenaSize];Global Variables
Setup Function
Loop Function
License
Last updated