# My Digital Signal Controller Library # The objective of MyDSC library is to implement controllers with help digital signal processors, digital signal controllers or mixed signals processors.

Dependents:   mydsc_sampling_example mydsc_sampling_example mydsc-serial-example mydsc-nonblocking-example

src/mydsc_error.c

Committer:
ghsalazar
Date:
2020-03-28
Revision:
4:90c3f1288d41

File content as of revision 4:90c3f1288d41:

#include "mydsc_error.h"

mydsc_errno_t mydsc_errno = MYDSC_SUCCESS;

char *mydsc_error[] ={
    "Ok",
    "key-value: Value can't be changed",
    "key-value: There isn't such key",
    "The value is wrong",
    
};