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.
main.cpp
00001 #include "mbed.h" 00002 #include "mbed_debug.h" 00003 #include "iostream" 00004 #include "SD_read.h" 00005 #include "adf.h" 00006 #include "interleave.h" 00007 #include "CRC.h" 00008 #include "convolution.h" 00009 #include "compression.h" 00010 #include "SDCard_initionalisation.h" 00011 00012 int main(){ 00013 cs_SDCard = 1; 00014 cs_adf = 1; 00015 unsigned char SRP[2190]; 00016 for(int i = 0 ; i < 2190 ; i++){ 00017 SRP[i] = 1; 00018 } 00019 00020 initialisation_SDCard(); 00021 uint64_t x = 0x0; 00022 00023 Science_Data_Compression::complete_compression(SRP,x); 00024 adf_SND_SDCard(10,Science_TMframe::SDC_address-1); 00025 00026 return 0; 00027 }
Generated on Mon Jul 18 2022 08:46:33 by
1.7.2