2019-08-30 09:42:07 +08:00
2019-05-11 19:48:08 +08:00
2019-08-22 19:11:34 +08:00
2019-05-23 18:52:30 +08:00
2019-05-13 16:11:40 +08:00
2019-08-30 00:35:26 +08:00

BioProCC2650

BioPro Device

Major source code path

simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h

simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/simple_peripheral.c

simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/main.c

Current project

  1. Elite

    simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_tni.h

  2. Neulive 1.2

    simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_uni.h

  3. Neulive 1.3

    simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neulive.h

  4. EliteZM

    simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_zm.h

  5. NeuliveSTI

    simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_sti.h

Notable source code

  • gpio table

    simplelink/ble_sdk_2_02_02_25/src/boards/BOOSTXL_CC2650MA/BOOSTXL_CC2650MA.h

    simplelink/ble_sdk_2_02_02_25/src/boards/CC2650_LAUNCHXL/CC2650_LAUNCHXL.h

  • characteristic

    simplelink/ble_sdk_2_02_02_25/src/profiles/simple_profile/simple_gatt_profile.h

    simplelink/ble_sdk_2_02_02_25/src/profiles/simple_profile/cc26xx/simple_gatt_profile.c

BioPro Control

major source code path:

simplelink/ble_sdk_2_02_02_25/src/examples/host_test/cc26xx/app/host_test_app.c

simplelink/ble_sdk_2_02_02_25/src/examples/host_test/cc26xx/app/main.c


#optional

###external tools:

  1. doxygen: tool to help documenting code, extract document from comments

    1. download from main page http://www.doxygen.nl/download.html

    2. according to different OS, download corresponding version.

    3. set up external tool in intellij

      1. press keyboard 'ctrl' + 'shift' + 'a' to search external tool, select 'external tools-setting'

      2. add external tool by pressing '+'

      3. name this external tool in the column 'name'

      4. set the path of doxygen execute file in the column 'program'

      5. set the repository we want to generate document automatically in the column 'working directory'

      6. set hotkey of doxygen to run : 'File' -> 'Setting' -> 'Keymap' -> 'external tools'

    4. press the hotkey to run doxygen

Copyright (c) 2019. BioPro. Scientific.

S
Description
No description provided
Readme 141 MiB
Languages
HTML 44.1%
C 38%
XS 5.5%
Makefile 3.6%
Java 3%
Other 5.6%