Skip to content

Instantly share code, notes, and snippets.

@initishbhatt
Last active January 23, 2018 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initishbhatt/1ce48913fae289a8b15e57ffb0b4f8a5 to your computer and use it in GitHub Desktop.
Save initishbhatt/1ce48913fae289a8b15e57ffb0b4f8a5 to your computer and use it in GitHub Desktop.
#ifndef EXAMPLE_LIBRARY_001_H__
#define EXAMPLE_LIBRARY_001_H__
#include <pthread.h>
#include "Sensor.h"
typedef struct
{
unsigned long width ;
unsigned long height ;
unsigned char *data ;
} buffer ;
void direct_init();
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment