Add very simple "hello world" & "blink" examples

This commit is contained in:
Angus Gratton
2016-09-27 10:30:07 +10:00
parent de76546227
commit 6850751ee8
25 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# HTTPS Request Example
Uses an mbedTLS socket to make a very simple HTTPS request over a secure connection, including verifying the server TLS certificate.
See the README.md file in the upper level 'examples' directory for more information about examples.