This is a new simple library I made to allow someone to individually control multiple devices on the same frequency.
Constructor:
VWID( char );
Data handlers:
(void) transmit( char * );
(boolean) receive(uint8_t * );
If anyone has multiple RF modules of the same frequency, let me know what you think of the library.
Is it helpful enough to add it to the playground?
VWID.zip (3.08 KB)