PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Functions | Variables
tv.c File Reference
#include <stdint.h>
#include <string.h>
#include <propeller.h>
#include "tv.h"
+ Include dependency graph for tv.c:

Go to the source code of this file.

Functions

int TV_start (TV_t *tvp)
 

Variables

static int gcog
 

Detailed Description

Definition in file tv.c.

Function Documentation

◆ TV_start()

int TV_start ( TV_t tvptr)

start a TV cog

Parameters
tvptr- pointer to tv startup array
Returns
zero on failure or non-zero cog number

Definition at line 17 of file tv.c.