-
Notifications
You must be signed in to change notification settings - Fork 1
Home
bakaut edited this page Dec 24, 2017
·
3 revisions
Welcome to the Arduino_Smart_GreenHouse wiki! Типы данных c++
int8_t | char | от -128 до 127
uint8_t | byte, unsigned char | от 0 до 255
int16_t | int | от -32768 до 32767
uint16_t | unsigned int, word | от 0 до 65535
int32_t | long | от -2147483648 до 2147483647
uint32_t | unsigned long | от 0 до 4294967295
char *sendmsgWork[] = {
"POST /write?db=weather HTTP/1.1",
"Host: 169.51.23.245",
"Content-Type: application/x-www-form-urlencoded",
"Content-Length: 10\r\n",
"weather,location=uglovo,region=aerodrom temp=4.00,hum=74,pressure=98633.00,delta=19 1513348650000000000"
};