Commit edf21b3a892c21632e4269eedf636fbe5099deaa

Authored by luozhesi
1 parent e4b9acf5

readme changes

Showing 1 changed file with 9 additions and 2 deletions
1 1 # BlueSea_OPTEK_LINK_SDK
2 2
3 3 #### Description
4   -sdk with optek link,Initial versions include GAME, Wireless Subwoofer, and Classic Bluetooth.
  4 +sdk with optek link,Initial versions include GAME,Wireless Subwoofer,and Classic Bluetooth.
5 5
6 6 #### Software Architecture
7 7 1. OS:freertos
8 8 2. tasks:
  9 + 0. app_timer_handler: 25ms loop
9 10 1. taskStream_Rcv: recieve stream processing for spdif source
10 11 2. taskDec: deocde and dsp processing
11 12 3. task_bt_controller: controller stack of bt processing
... ... @@ -24,7 +25,13 @@ sdk with optek link,Initial versions include GAME, Wireless Subwoofer, and Class
24 25
25 26 #### Instructions
26 27
27   -1. xxxx
  28 +1. optek link:
  29 + 1. enable macro: OPTEK_LINK_ENABLE
  30 + 2. Project selection: Select one of the following
  31 + 1. OPL_MODE_SINGLE_WAY: use optek link lib:optek_link_5ms.a
  32 + 2. OPL_MODE_TWO_WAY: use optek link lib:optek_link_5ms.a
  33 + 3. OPL_MODE_SWF: use optek link lib:optek_link_5ms_for_swf.a
  34 + 4. OPL_MODE_WIRELESS_MIC: use optek link lib:optek_link_5ms_for_mic.a
28 35 2. xxxx
29 36 3. xxxx
30 37
... ...
Please register or login to post a comment