Simple test application for X-NUCLEO-IKA01A1 expansion board.

Dependencies:   X_NUCLEO_IKA01A1 mbed

Fork of HelloWorld_IKA01A1 by ST Expansion SW Team

Simple test application for X-NUCLEO-IKA01A1 expansion board.

Platform compatibility issues

  • NUCLEO-F302R8: use pin D5 for LED Driver configuration
  • LPCXpresso11U68: use pin D3 as PWM for LED Driver configuration. Use a free Dx pin as Signal2 for Windows Comparator configuration.

Files at this revision

API Documentation at this revision

Comitter:
hemddabral
Date:
Tue Apr 12 04:09:46 2016 +0000
Parent:
13:179d5044bbc1
Child:
15:edec8fd4f69c
Commit message:
use mbed library in place of mbed-src(outdated now)

Changed in this revision

X_NUCLEO_IKA01A1.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-src.lib Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_IKA01A1.lib	Mon Apr 11 05:51:59 2016 +0000
+++ b/X_NUCLEO_IKA01A1.lib	Tue Apr 12 04:09:46 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/hemddabral/code/X_NUCLEO_IKA01A1/#af35fc938d88
+https://developer.mbed.org/users/hemddabral/code/X_NUCLEO_IKA01A1/#169bdc228a7b
--- a/main.cpp	Mon Apr 11 05:51:59 2016 +0000
+++ b/main.cpp	Tue Apr 12 04:09:46 2016 +0000
@@ -3,6 +3,8 @@
 
 Serial pc(USBTX, USBRX);
 
+//Serial pc(SERIAL_TX, SERIAL_RX);
+
 DigitalOut myled(LED1);
 
 int main() {  
@@ -10,7 +12,7 @@
                                                                           X_NUCLEO_IKA01A1_PIN_WINDOWS_COMP_SIGNAL_1,
                                                                           X_NUCLEO_IKA01A1_PIN_WINDOWS_COMP_SIGNAL_2,
                                                                           X_NUCLEO_IKA01A1_PIN_PWM_LED_DRIVER_OUTPUT,
-                                                                          5000);
+                                                                          500);
     analog_expansion_board->Init();
     TSZ124 *instrAmp = analog_expansion_board->tsz124;
     TSU104 *photoSensor_windComp = analog_expansion_board->tsu104;
--- a/mbed-src.lib	Mon Apr 11 05:51:59 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed-src/#a11c0372f0ba
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Apr 12 04:09:46 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/99a22ba036c9
\ No newline at end of file