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.
Dependencies: mbed Rejestrator
ThreadPut.cpp
00001 #include "ThreadPut.h" 00002 /* 00003 void ThreadPut(const void *param) 00004 { 00005 int i=0; 00006 // char buf[5]; 00007 osStatus status_returned; 00008 00009 while (1) 00010 { 00011 struct row_type *data_buffer = data_memory.alloc(); 00012 data_buffer->time = ++i; 00013 rtos::Thread::wait(7); 00014 status_returned = data_queue.put(data_buffer, osWaitForever); 00015 // sprintf (buf, "P%3x", (int)status_returned); 00016 // slcd.display (buf); 00017 } 00018 } 00019 */
Generated on Sat Jul 30 2022 15:40:23 by
