Other Parts Discussed in Thread: Z-STACK
Goal: Adapt ENC28J60 codes written for ATMega328p (http://tuxgraphics.org/electronics/201204/embedded-ethernet-client.shtml) for CC2530.
Problem: No equivalent library for AVR/pgmspace.h available for easy transition.
Need to make equivalents for:
- prog_char
- uint8_t
- *progmem_s
- pgm_read_byte()
- PROGMEM
Any help regarding this issue will be highly appreciated. I'm using IAR embedded workspace for 8051