Merge pull request #6 from spacelab-ufsc/stm32_freezing_bug_fix Stm32 freezing bug fix
Merge pull request #6 from spacelab-ufsc/stm32_freezing_bug_fix
Stm32 freezing bug fix
An emulator for the ISIS antenna deployer system
The msp430 simulates both the i2c behavior and deployment system using leds and switches. Works for the part numbers msp430f6659 and msp430f5529.
The stm32 simulates i2c behavior only, using constants to emulate sensor readings. It was designed for the part number stm32f103c8.
SpaceLab UFSC(巴西弗洛里亚诺波利斯联邦大学航天实验室,FloripaSat 立方星系列)开源仓库 antenna-deployer-emulator。镜像收录自 https://github.com/spacelab-ufsc/antenna-deployer-emulator,License:GPL-3.0
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Overview
An emulator for the ISIS antenna deployer system
Repository Organization
Implementation Details
MSP430
The msp430 simulates both the i2c behavior and deployment system using leds and switches. Works for the part numbers msp430f6659 and msp430f5529.
STM32
The stm32 simulates i2c behavior only, using constants to emulate sensor readings. It was designed for the part number stm32f103c8.
For platform specific details look at the respective README files