1 | /* |
2 | * File: Blinky_data.c |
3 | * |
4 | * Code generated for Simulink model 'Blinky'. |
5 | * |
6 | * Model version : 1.145 |
7 | * Simulink Coder version : 9.3 (R2020a) 18-Nov-2019 |
8 | * MBDT for IMXRT Series Version : Version 1.3.0 (R2019a-R2021b) 18-Apr-2022 |
9 | * C/C++ source code generated on : Sat Nov 26 13:09:17 2022 |
10 | * |
11 | * Target selection: ert.tlc |
12 | * Embedded hardware selection: ARM Compatible->ARM Cortex |
13 | * Code generation objective: Execution efficiency |
14 | * Validation result: All passed |
15 | */ |
16 | |
17 | #include "Blinky.h" |
18 | #include "Blinky_private.h" |
19 | |
20 | /* Constant parameters (default storage) */ |
21 | const ConstP_Blinky_T Blinky_ConstP = { |
22 | /* Expression: [uint8('Hello World, button pressed!'), 13, 10] |
23 | * Referenced by: '<S2>/Constant1' |
24 | */ |
25 | { 72U, 101U, 108U, 108U, 111U, 32U, 87U, 111U, 114U, 108U, 100U, 44U, 32U, 98U, |
26 | 117U, 116U, 116U, 111U, 110U, 32U, 112U, 114U, 101U, 115U, 115U, 101U, 100U, |
27 | 33U, 13U, 10U } |
28 | }; |
29 | |
30 | /* |
31 | * File trailer for generated code. |
32 | * |
33 | * [EOF] |
34 | */ |
35 | |