##// END OF EJS Templates
sy_lfr_n_swf_p implemented...
sy_lfr_n_swf_p implemented sy_lfr_n_asm_p implemented in normal mode one ASM_F0 matrix is sent each (100 * sy_lfr_n_asm_p) IRQ GSA => 100 IRQ per second

File last commit:

r26:d435771e0064 default
r32:796c5aa15417 default
Show More
main.c
8 lines | 104 B | text/x-c | CLexer
#include <stdlib.h>
#include <stdio.h>
int main( void )
{
printf("hello world\n");
return 0;
}