TI's CC3100 websocket camera demo with Arducam mini ov5642 and freertos. Should work with other M3's. Work in progress test demo.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers app_config.h Source File

app_config.h

00001 
00002 #ifndef app_config_H
00003 #define app_config_H
00004 
00005 
00006 #define SPAWN_TASK_PRIORITY            7//9
00007 #define HTTP_SERVER_APP_TASK_PRIORITY  4//1
00008 #define CAMERA_SERVICE_PRIORITY        4
00009 #define OSI_STACK_SIZE                 2 * 1024
00010 
00011 #define ENABLE_JPEG
00012 
00013 #endif
00014 
00015