JAJU657 December 2018
The MSP430FR2633 example project can be imported into a CCS workspace from [TI Design Software Install Root]/TIDM-02004_firmware/demo_src/CAPT-FR2633_MediaPlayer.
This firmware example is based on the CAPTIVATE-BSWP demo provided with the CapTIvate Design Center installation.
The source code for the MSP430FR2633 that is relevant to this demo is organized in multiple files (see Table 5).
Name | Description |
---|---|
main.c | Application main function |
demo\media_player.c,
demo\media_player.h |
Demo initialization and typdefs header file |
gestures\gesture_definitions.h | Defines which sensors are included in the build |
gestures\gestures.h | Function prototypes, enumerations, and gesture data structure types |
gestures\media_player_buttons.c | Button sensor gesture processing function |
gestures\media_player_wheel.c | Wheel sensor gesture processing function |
gestures\media_player_slider.c | Slider sensor gesture processing function |