1
0
Fork 0

FG1000: Resize GDU/GMA and increase ADC refresh

Correct the size of the GDU and GMA units.

Increase the ADC (e.g. attitude, airspeed, alttitude) from 5Hz to 10Hz.
This commit is contained in:
Stuart Buchanan 2018-07-29 14:02:39 +01:00
parent cfb8f7b1dd
commit cdeb1a462c
6 changed files with 176697 additions and 176441 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -29,7 +29,7 @@
var GenericADCPublisher =
{
new : func (frequency=0.2) {
new : func (frequency=0.1) {
var obj = {
parents : [
GenericADCPublisher,