Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

  • Pub_Sub: An example of publish application with the Redis library.
  • Simple: Open the connection, set and get a key then close the connection.
  • JsonPub: A simple example demonstrating periodic JSON publications (with a non-blocking loop()); requires ArduinoJson library.
  • Subscribe: An example demonstrating subscription(s) to PubSub channels.