These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers webpage.h Source File

webpage.h

00001 const unsigned char WebSide[] = {
00002 "<html>\r\n"
00003 "<head>\r\n"
00004 "<meta http-equiv=\"refresh\" content=\"5\">\r\n"
00005 "<title>easyWEB - dynamic Webside</title>\r\n"
00006 "</head>\r\n"
00007 "\r\n"
00008 "<body bgcolor=\"#3030A0\" text=\"#FFFF00\">\r\n"
00009 "<p><b><font color=\"#FFFFFF\" size=\"6\"><i>Hello World!</i></font></b></p>\r\n"
00010 "\r\n"
00011 "<p><b>This is a dynamic website hosted by the embedded Webserver</b> <b>easyWEB.</b></p>\r\n"
00012 "<p><b>Hardware:</b></p>\r\n"
00013 "<ul>\r\n"
00014 "<li><b>Keil MCB1700 board (with LPC1768 ARM Cortex-M3), 72MHz, 512KB Flash, 64KB SRAM</b></li>\r\n"
00015 "<li><b>Embedded EMAC Ethernet Controller</b></li>\r\n"
00016 "</ul>\r\n"
00017 "\r\n"
00018 "<p><b>A/D Converter Input 0 - POT1:</b></p>\r\n"
00019 "\r\n"
00020 "<table bgcolor=\"#ff0000\" border=\"5\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\">\r\n"
00021 "<tr>\r\n"
00022 "<td>\r\n"
00023 "<table width=\"AD7%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n"
00024 "<tr><td bgcolor=\"#00ff00\">&nbsp;</td></tr>\r\n"
00025 "</table>\r\n"
00026 "</td>\r\n"
00027 "</tr>\r\n"
00028 "</table>\r\n"
00029 "\r\n"
00030 "<table border=\"0\" width=\"540\">\r\n"
00031 "<tr>\r\n"
00032 "<td width=\"14%\">0V</td>\r\n"
00033 "<td width=\"14%\">0.5V</td>\r\n"
00034 "<td width=\"14%\">1V</td>\r\n"
00035 "<td width=\"14%\">1.5V</td>\r\n"
00036 "<td width=\"14%\">2V</td>\r\n"
00037 "<td width=\"14%\">2.5V</td>\r\n"
00038 "<td width=\"14%\">3V</td>\r\n"
00039 "</tr>\r\n"
00040 "</table>\r\n"
00041 "\r\n"
00042 "<p><b>A/D Converter Input 1:</b></p>\r\n"
00043 "\r\n"
00044 "<table bgcolor=\"#ff0000\" border=\"5\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\">\r\n"
00045 "<tr>\r\n"
00046 "<td>\r\n"
00047 "<table width=\"ADA%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n"
00048 "<tr><td bgcolor=\"#00ff00\">&nbsp;</td></tr> \r\n"
00049 "</table>\r\n"
00050 "</td>\r\n"
00051 "</tr>\r\n"
00052 "</table>\r\n"
00053 "\r\n"
00054 "<table border=\"0\" width=\"540\">\r\n"
00055 "<tr>\r\n"
00056 "<td width=\"12%\">0V</td>\r\n"
00057 "<td width=\"12%\">0.5V</td>\r\n"
00058 "<td width=\"12%\">1V</td>\r\n"
00059 "<td width=\"12%\">1.5V</td>\r\n"
00060 "<td width=\"12%\">2V</td>\r\n"
00061 "<td width=\"12%\">2.5V</td>\r\n"
00062 "<td width=\"12%\">3V</td>\r\n"
00063 "</tr>\r\n"
00064 "</table>\r\n"
00065 "</body>\r\n"
00066 "</html>\r\n"
00067 "\r\n"};