Microchip® Advanced Software Framework

petsciiconv.h File Reference

PETSCII/ASCII conversion functions.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om

The Commodore based Contiki targets all have a special character encoding called PETSCII which differs from the ASCII encoding that normally is used for representing characters.

Note
For targets that do not use PETSCII encoding the C compiler define WITH_ASCII should be used to avoid the PETSCII converting functions.

Macros

#define petsciiconv_toascii(buf, len)
 
#define petsciiconv_topetscii(buf, len)
 

#define petsciiconv_toascii (   buf,
  len 
)
#define petsciiconv_topetscii (   buf,
  len 
)