annotate src/rx_ops.inc @ 624:7bdcc591196c

Support for Compass3 hardware
author heinrichsweikamp
date Thu, 13 Jun 2019 10:07:55 +0200
parents c40025d8e750
children cd58f7fc86db
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
2 ;
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
3 ; File rx_ops.inc combined next generation V3.0.1
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
4 ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
5 ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
6 ; Copyright (c) 2018, heinrichs weikamp, all right reserved.
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
7 ;=============================================================================
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
8
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
9 IFDEF _rx_functions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
10 extern get_pressure_readings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
11 extern get_pres_by_transmitter_id
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
12 extern get_transmitter_id_by_slot
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
13 extern configure_sac_calculation
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
14 extern update_tr_module
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
15 ENDIF