Project

General

Profile

Statistics
| Revision:

root / proj / include / nctp.h @ 276

History | View | Annotate | Download (231 Bytes)

1
#ifndef NCTP_H_INCLUDED
2
#define NCTP_H_INCLUDED
3

    
4
#include "uart.h"
5

    
6
int nctp_init(void);
7
int nctp_free(void);
8

    
9
int nctp_send(size_t num, uint8_t* ptr[], size_t sz[]);
10

    
11
int nctp_ih_err;
12
void nctp_ih(void);
13

    
14
#endif //NCTP_H_INCLUDED