Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
menbedMenuMessage.cpp
00001 #include "mbed.h" 00002 #include "include/menbedMenuMessage.h" 00003 00004 MenbedMenuMessage::MenbedMenuMessage (uint8_t numLines, uint8_t lineLength) 00005 { 00006 text = new char[numLines * lineLength + 1]; 00007 } 00008 00009 MenbedMenuMessage::~MenbedMenuMessage() 00010 { 00011 delete[] text; 00012 }
Generated on Thu Jul 14 2022 12:14:44 by
