update README

This commit is contained in:
Robin Müller 2023-01-11 10:41:52 +01:00
parent a665b04844
commit e03620542c
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -12,3 +12,7 @@ Currently, it contains the following major subcrates:
crate containing the core components of sat-rs
3. The [`satrs-example`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-example)
crate which shows a simple example on-board software using various sat-rs components.
The [`satrs-example-stm32f3-disco`](https://egit.irs.uni-stuttgart.de/rust/satrs-example-stm32f3-disco)
crate contains an example of how components can be used in a bare-metal system with constrained
resources.