1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-01 03:26:58 +03:00

- Move TypeConversion from namespace esp8266 to namespace experimental. (#7252)

- Add using namespace experimental::crypto; to HelloCrypto.ino.

- Add mention about new random function in libraries.rst.

- Update keywords.

Co-authored-by: Anders <andlo151@student.liu.se>
This commit is contained in:
aerlon
2020-04-29 16:30:26 +02:00
committed by GitHub
parent 3c9a75f831
commit ce200ed72e
7 changed files with 19 additions and 17 deletions

View File

@ -29,7 +29,7 @@
#include <assert.h>
namespace TypeCast = esp8266::TypeConversion;
namespace TypeCast = experimental::TypeConversion;
namespace
{