-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
53 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
**CalliopEO** | ||
# Readme | ||
|
||
## Description | ||
CalliopEO is a Python script to facilitate interaction between a Raspberry Pi microcomputer and a [Calliope Mini microcontroller board](https://calliope.cc/). If executed, the script detects, if a Calliope Mini is attached to a USB board of the Raspbery Pi and determins the serial port to communicate with the Calliope Mini. | ||
|
||
### Essential Branch | ||
|
||
This is the essential branch. It only contains essential files for running the program. | ||
|
||
For a full documentation, please refer to the [main branch](https://github.com/calliope-edu/CalliopEO_AstroPi/tree/main). | ||
|
||
#### Included files: | ||
- `CalliopeEO.py` | ||
- `setup.sh` | ||
- all files in `modules/` | ||
- `Testing.sh` and `testing.conf` | ||
- all files in `testcases/shfuncs/` | ||
- `30sec-iss-sensors.zip` in `/testcases/testfiles` | ||
- `README.md` and `.gitignore` | ||
|
||
#### Removed files: | ||
- `assets/` folder | ||
- all testcases in `testcases/` | ||
- all testfiles except `30sec-iss-sensors.zip` in `testcases/testfiles/` | ||
- `testresults/` folder | ||
- `CHANGELOG.md`, `LICENSE`, `ProgramDescription.md` and `requirements.md` | ||
|
||
**CalliopEO** | ||
# Readme | ||
|
||
## Description | ||
CalliopEO is a Python script to facilitate interaction between the [Astro Pi microcomputer](https://astro-pi.org/) and the [CalliopEO Mini microcontroller board](https://calliope.cc/en/calliopeo). If executed, the script detects, if a CalliopEO Mini is attached to a USB board of the Astro Pi and determins the serial port to communicate with the CalliopEO. | ||
|
||
### Essential Branch | ||
|
||
This is the essential branch. It only contains essential files for running the program. | ||
|
||
For a full documentation, please refer to the [main branch](https://github.com/calliope-edu/CalliopEO_AstroPi/tree/main). | ||
|
||
#### Included files: | ||
- `CalliopeEO.py` | ||
- `setup.sh` | ||
- all files in `modules/` | ||
- `Testing.sh` and `testing.conf` | ||
- all files in `testcases/shfuncs/` | ||
- `30sec-iss-sensors.zip` in `/testcases/testfiles` | ||
- `README.md` and `.gitignore` | ||
|
||
#### Removed files: | ||
- `assets/` folder | ||
- all testcases in `testcases/` | ||
- all testfiles except `30sec-iss-sensors.zip` in `testcases/testfiles/` | ||
- `testresults/` folder | ||
- `CHANGELOG.md`, `LICENSE`, `ProgramDescription.md` and `requirements.md` | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters