1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-30 13:23:06 +03:00

Added more info

This commit is contained in:
Stuart Feichtinger
2016-01-31 20:39:09 -06:00
parent c7ab1a53c5
commit 17213ccecc

View File

@ -137,7 +137,8 @@ void loop() {
arbPac.s.val3 = 3354;
/*
// Alternate Union with anonymous struct
// Alternate Union with anonymous struct
// (see union declaration above)
strcpy_P(arbPac.charAry, strVal);
arbPac.val1 = -4533;