|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include "g2d_defines.h"#include "graphlib.h"#include "framebuffer.h"#include "graph_framebuffer.h"#include "graphics2d.h"#include "console_framebuffer.h"#include <stdio.h>#include <time.h>#include <math.h>
Go to the source code of this file.
Functions | |
| void | usleep (long) |
| int | main () |
| int main | ( | void | ) |
Definition at line 14 of file console-grapher.c.
References FBDrawFullscreenGraph(), FBEraseFullscreenGraph(), G2ConvertFBToRITFormat(), GLCreateGraph(), GLLabelAxes(), GLPushDataPoint(), GLSetTitle(), printFramebuffer(), and usleep().

| void usleep | ( | long | ) |