slowtoaccept

Results 3 comments of slowtoaccept

Hi Chris I've run the example code as provided w/o mods. Ran your suggested change (line 28) and got another error as seen below. I'm not an experienced "Pandite", but...

Hi Chris Here's a snippet from the imported file list. All have a MESS_DATUM column. Is MESS_DATUM format the problem? It is rejected by df["MESS_DATUM"] = pd.to_datetime(df["MESS_DATUM"], format="%Y%m%d%H") 17 2...

As a novice with Particle Workstation IDE, it was not clear how to use the example .cpp files instead of .ino's. So created a project, pasted in sample .cpp code...