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
FileWritter.h
00001 #include <Thread.h> 00002 #include <Queue.h> 00003 #include <mbed.h> 00004 #include "Rejestrator.h" 00005 #include "H_IO.h" 00006 #include "USBHostMSD.h" 00007 00008 00009 #ifndef _FileWritter_H 00010 #define _FileWritter_H 00011 00012 #define FILESIZE (10*60) 00013 00014 extern rtos::MemoryPool<struct row_type, 20> data_memory; 00015 extern rtos::Queue<struct row_type, 20> data_queue; 00016 00017 00018 void FileWritter(const void *param); 00019 00020 #endif
Generated on Sat Jul 30 2022 15:40:23 by
