krnl 1
Loading...
Searching...
No Matches
freeramsnot.ino
Go to the documentation of this file.
1#include <krnl.h>
2
3
4void setup()
5{
6 Serial.begin(9600);
7 k_init(0,0,0);
8 Serial.println(freeRam());
9}
10
11void loop() {}
12
13
int freeRam(void)
Definition krnl.c:420
int k_init(int nrTask, int nrSem, int nrMsg)
Definition krnl.c:1108
void setup()
void loop()