Would u help me on this?
the library I want to add is a folder "pong", as attached zip file
I copy the folder "pong" in Documents\Arduino\libraries, in Arduino , I can see there is "pong" in Sketch->import library .
why does it still have compiling error "fatal error: oled/Edison_OLED.h: No such file or directory" ?
code as below :
#include
#include "oled/Edison_OLED.h"
#include "gpio/gpio.h"
#include "math.h"
#include <unistd.h> // for usleep
#include <stdlib.h> // Gives us atoi
#include <stdio.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
pong_example.zip (34.7 KB)