TEST
Dependencies: max32630fthr Adafruit_FeatherOLED USBDevice
Revision 4:291477e8690d, committed 2020-04-19
- Comitter:
- wwwarunraj
- Date:
- Sun Apr 19 11:19:57 2020 +0000
- Parent:
- 3:2fe2ff1ca0dc
- Commit message:
- 19/04
Changed in this revision
--- a/Drivers/Adafruit_FeatherOLED.lib Mon Jul 29 10:26:58 2019 +0300 +++ b/Drivers/Adafruit_FeatherOLED.lib Sun Apr 19 11:19:57 2020 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/switches/code/Adafruit_FeatherOLED/#a267f00528be +https://developer.mbed.org/users/switches/code/Adafruit_FeatherOLED/#a267f00528be
--- a/Drivers/LS013B7DH03/mbed_logo.c Mon Jul 29 10:26:58 2019 +0300 +++ b/Drivers/LS013B7DH03/mbed_logo.c Sun Apr 19 11:19:57 2020 +0000 @@ -266,7 +266,7 @@ }; -const unsigned char maxim128Bitmaps[] = +const unsigned char maxim128Bitmaps_temp[] = { 0x00, 0x07, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // ######### 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // ############## @@ -307,6 +307,11 @@ }; +//unsigned string a = "H"; // string a +const unsigned char maxim128Bitmaps[] ={};//= (unsigned char) a.c_str(); + + + // Bitmap sizes for maxim128 const unsigned char maxim128WidthPages = 16; const unsigned char maxim128HeightPixels = 36;
--- a/Drivers/LS013B7DH03/mbed_logo.h Mon Jul 29 10:26:58 2019 +0300 +++ b/Drivers/LS013B7DH03/mbed_logo.h Sun Apr 19 11:19:57 2020 +0000 @@ -6,6 +6,7 @@ extern const unsigned char maxim128Bitmaps[]; extern const unsigned char BLELogoBitmap[]; extern const unsigned char USBLogoBitmap[]; +//extern const unsigned string a; #ifndef MBED_LOGO_H #define MBED_LOGO_H
--- a/Drivers/USBDevice.lib Mon Jul 29 10:26:58 2019 +0300 +++ b/Drivers/USBDevice.lib Sun Apr 19 11:19:57 2020 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/MaximIntegrated/code/USBDevice/#dad310740b28 +https://developer.mbed.org/teams/MaximIntegrated/code/USBDevice/#dad310740b28
--- a/Interfaces/DeviceStudio/DSInterface.h Mon Jul 29 10:26:58 2019 +0300 +++ b/Interfaces/DeviceStudio/DSInterface.h Sun Apr 19 11:19:57 2020 +0000 @@ -143,7 +143,7 @@ void stopcommand(); void parse_command_str(const char* cmd ); - uint8_t algo_report_mode = 1; // sets the mode for report 1/2 + uint8_t algo_report_mode; //= 1; // sets the mode for report 1/2 // FATFileSystem *logfilesystem; @@ -188,7 +188,7 @@ bool silent_mode; bool pause_mode; char lcd_time_str[30]; - int lcd_time_count=0; + int lcd_time_count;//=0; int lcd_time_val; //buffer to hold string that will be written into the log file
--- a/Platforms/max32630fthr.lib Mon Jul 29 10:26:58 2019 +0300 +++ b/Platforms/max32630fthr.lib Sun Apr 19 11:19:57 2020 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/MaximIntegrated/code/max32630fthr/#9eb360063579 +http://developer.mbed.org/teams/MaximIntegrated/code/max32630fthr/#9eb360063579
--- a/main.cpp Mon Jul 29 10:26:58 2019 +0300 +++ b/main.cpp Sun Apr 19 11:19:57 2020 +0000 @@ -233,7 +233,8 @@ microUSB.printf("micro USB serial port\r\n"); //dsInterface.set_fw_version(FIRMWARE_VERSION); - dsInterface.set_fw_platform(MAXIM_PLATFORM_NAME); + //dsInterface.set_fw_platform(MAXIM_PLATFORM_NAME); + dsInterface.set_fw_platform("Healify"); Peripherals::setUSBSerial(µUSB); icarus.max20303.Max20303_IsBattery_Connected();