Maxim Integrated MAX5715 12-bit 4-channel voltage-output DAC

Dependents:   MAX5715BOB_Tester MAX5715BOB_12bit_4ch_SPI_DAC MAX5715BOB_Serial_Tester

Revision:
2:9d395fe10dbe
Parent:
1:7a5d38577aa1
Child:
3:a3f0518094f4
--- a/MAX5715.h	Wed Jun 05 02:04:14 2019 +0000
+++ b/MAX5715.h	Mon Jun 17 05:29:29 2019 +0000
@@ -75,7 +75,7 @@
  *
  *
  *
- * //---------- CODE GENERATOR: testMainCppCodeList
+ * //---------- CODE GENERATOR: helloCppCodeList
  * @code
  * // CODE GENERATOR: example code includes
  * // example code includes
@@ -83,20 +83,6 @@
  * //#include "max32625.h"
  * #include "MAX5715.h"
  *
- * // optional: serial port
- * // note: some platforms such as Nucleo-F446RE do not support the USBSerial library.
- * // In those cases, remove the USBDevice lib from the project and rebuild.
- * #if defined(TARGET_MAX32625MBED)
- * #include "USBSerial.h"
- * USBSerial serial; // virtual serial port over USB (DEV connector)
- * #elif defined(TARGET_MAX32630MBED)
- * #include "USBSerial.h"
- * USBSerial serial; // virtual serial port over USB (DEV connector)
- * #else
- * //#include "USBSerial.h"
- * Serial serial(USBTX, USBRX); // tx, rx
- * #endif
- *
  * // example code board support
  * //MAX32630FTHR pegasus(MAX32630FTHR::VIO_3V3);
  * //DigitalOut rLED(LED1);
@@ -154,19 +140,6 @@
  * {
  *     while (1)
  *     {
- *         // example code: serial port banner message
- *     #if defined(TARGET_MAX32625MBED)
- *         serial.printf("MAX32625MBED ");
- *     #elif defined(TARGET_MAX32600MBED)
- *         serial.printf("MAX32600MBED ");
- *     #elif defined(TARGET_NUCLEO_F446RE)
- *         serial.printf("NUCLEO_F446RE ");
- *     #endif
- *         serial.printf("MAX5715BOB\r\n");
- *
- *         //MAX5715 dac(spi, spi_cs, MAX5715::MAX5715_IC);
- *         //dac.Init();
- *
  *         // CODE GENERATOR: example code: member function Init
  *         g_MAX5715_device.Init();
  *
@@ -204,7 +177,7 @@
  *     }
  * }
  * @endcode
- * //---------- CODE GENERATOR: end testMainCppCodeList
+ * //---------- CODE GENERATOR: end helloCppCodeList
  */
 class MAX5715 {
 public: