I can't seem to edit OpenCat h. to change the name to Nybble, rather than Bittle. Without that I can't actually load a workable program for Nybble. I'm certain I'm missing something here and it probably relates to the fact that I'm not really computer literate. I can open up a text version of Open Cat h. and see the line of code that needs editing, but I can't do it! What am I doing wrong?
top of page
bottom of page
Forgot to show the picture! But I think I found OpenCat.h hidden in the drop down! Reloaded, calibrated, Nybble happy for now. Thanks for your help along the way. “Taja ha how”
Unfortunately I don’t see a display OpenCat.h when I double click Write instinct.ino This is what I get. If I double click OpenCat.h I get the same thing, no tab for OpenCat.h. So we have to figure out how to get the OpenCat.h tab to come up. I know it’s something I’m doing wrong. Should I be using a PC and not a Mac?
You can double click the WriteInstinct.ino. The OpenCat.h will be opened in one of the tabs.
Thanks for answering, but I can’t get OpenCat h to open under Arduino, so it can’t be edited, see my screen shot. I’m doing something wrong here!
You don't change the filename, but edit its first line
#include"InstinctBittle.h"//activate the correct header file according to your model //#include "InstinctNybble.h"
to
//#include"InstinctBittle.h"//activate the correct header file according to your model #include "InstinctNybble.h"