Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bostrt/libpredict-arduino-lib

This is a port of https://github.com/la1k/libpredict/ to Arduino platform. NEEDS REBASE.
https://github.com/bostrt/libpredict-arduino-lib

satellite

Last synced: 19 days ago
JSON representation

This is a port of https://github.com/la1k/libpredict/ to Arduino platform. NEEDS REBASE.

Awesome Lists containing this project

README

        

This is a really rough start to a port of [libpredict](https://github.com/la1k/libpredict/) to Arduino platform. Currently only known working MCU is Arm Cortex-M0 ([Adafruit Feather M0](https://www.adafruit.com/product/2772))

- No SDP4 support (focus on near nearth objects)
- Contains change from https://github.com/la1k/libpredict/pull/79 due to lack of `time(NULL)` support on Cortex-M0 (it is [semihosted](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0205g/Bgbjjgij.html)).