sparkfun / pxt-weather-bit

MakeCode package for the SparkFun weather:bit board - beta
https://makecode.microbit.org/pkg/sparkfun/pxt-weather-bit
12 stars 22 forks source link

Use ``pxt-open-log`` library to handle openlog #5

Closed pelikhan closed 7 years ago

pelikhan commented 7 years ago

Hide away OpenLog details by creating a `sparkfun/pxt-open-log package that takes care of setting serial, etc... The package can be cross-referenced through the pxt.json file and will be usefull in other shields/projects.

ADataDate commented 7 years ago

we're thinking about it for future project releases but not at this time.

pelikhan commented 7 years ago

I could not find any documentation on the format supported by open-log

ADataDate commented 7 years ago

https://learn.sparkfun.com/tutorials/openlog-hookup-guide?_ga=2.4027952.1298171656.1496678841-1788647015.1453914745

this is currently the info we have for OpenLog. What info are you looking for specifically? What do you mean by format?

pelikhan commented 7 years ago

Does it just write all serial data to the sim? What does the resulting log look like?