v.2
This commit is contained in:
commit
4eb2e42bbe
6
.vscode/arduino.json
vendored
Normal file
6
.vscode/arduino.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"sketch": "project\\project.ino",
|
||||
"output": "build",
|
||||
"board": "arduino:avr:uno",
|
||||
"port": "COM4"
|
||||
}
|
537
.vscode/c_cpp_properties.json
vendored
Normal file
537
.vscode/c_cpp_properties.json
vendored
Normal file
@ -0,0 +1,537 @@
|
||||
{
|
||||
"version": 4,
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Arduino",
|
||||
"compilerPath": "C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\bin\\avr-g++",
|
||||
"compilerArgs": [
|
||||
"-w",
|
||||
"-std=gnu++11",
|
||||
"-fpermissive",
|
||||
"-fno-exceptions",
|
||||
"-ffunction-sections",
|
||||
"-fdata-sections",
|
||||
"-fno-threadsafe-statics",
|
||||
"-Wno-error=narrowing"
|
||||
],
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"includePath": [
|
||||
"C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino",
|
||||
"C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard",
|
||||
"c:\\users\\dimae\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\lib\\gcc\\avr\\7.3.0\\include",
|
||||
"c:\\users\\dimae\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\lib\\gcc\\avr\\7.3.0\\include-fixed",
|
||||
"c:\\users\\dimae\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7\\avr\\include"
|
||||
],
|
||||
"forcedInclude": [
|
||||
"C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\Arduino.h"
|
||||
],
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++11",
|
||||
"defines": [
|
||||
"F_CPU=16000000L",
|
||||
"ARDUINO=10607",
|
||||
"ARDUINO_AVR_UNO",
|
||||
"ARDUINO_ARCH_AVR",
|
||||
"__DBL_MIN_EXP__=(-125)",
|
||||
"__HQ_FBIT__=15",
|
||||
"__cpp_attributes=200809",
|
||||
"__UINT_LEAST16_MAX__=0xffffU",
|
||||
"__ATOMIC_ACQUIRE=2",
|
||||
"__SFRACT_IBIT__=0",
|
||||
"__FLT_MIN__=1.17549435e-38F",
|
||||
"__GCC_IEC_559_COMPLEX=0",
|
||||
"__BUILTIN_AVR_SLEEP=1",
|
||||
"__BUILTIN_AVR_COUNTLSULLK=1",
|
||||
"__cpp_aggregate_nsdmi=201304",
|
||||
"__BUILTIN_AVR_COUNTLSULLR=1",
|
||||
"__UFRACT_MAX__=0XFFFFP-16UR",
|
||||
"__UINT_LEAST8_TYPE__=unsigned char",
|
||||
"__DQ_FBIT__=63",
|
||||
"__INTMAX_C(c)=c ## LL",
|
||||
"__ULFRACT_FBIT__=32",
|
||||
"__SACCUM_EPSILON__=0x1P-7HK",
|
||||
"__CHAR_BIT__=8",
|
||||
"__USQ_IBIT__=0",
|
||||
"__UINT8_MAX__=0xff",
|
||||
"__ACCUM_FBIT__=15",
|
||||
"__WINT_MAX__=0x7fff",
|
||||
"__FLT32_MIN_EXP__=(-125)",
|
||||
"__cpp_static_assert=200410",
|
||||
"__USFRACT_FBIT__=8",
|
||||
"__ORDER_LITTLE_ENDIAN__=1234",
|
||||
"__SIZE_MAX__=0xffffU",
|
||||
"__WCHAR_MAX__=0x7fff",
|
||||
"__LACCUM_IBIT__=32",
|
||||
"__DBL_DENORM_MIN__=double(1.40129846e-45L)",
|
||||
"__GCC_ATOMIC_CHAR_LOCK_FREE=1",
|
||||
"__GCC_IEC_559=0",
|
||||
"__FLT_EVAL_METHOD__=0",
|
||||
"__BUILTIN_AVR_LLKBITS=1",
|
||||
"__cpp_binary_literals=201304",
|
||||
"__LLACCUM_MAX__=0X7FFFFFFFFFFFFFFFP-47LLK",
|
||||
"__GCC_ATOMIC_CHAR32_T_LOCK_FREE=1",
|
||||
"__BUILTIN_AVR_HKBITS=1",
|
||||
"__BUILTIN_AVR_BITSLLK=1",
|
||||
"__FRACT_FBIT__=15",
|
||||
"__BUILTIN_AVR_BITSLLR=1",
|
||||
"__cpp_variadic_templates=200704",
|
||||
"__UINT_FAST64_MAX__=0xffffffffffffffffULL",
|
||||
"__SIG_ATOMIC_TYPE__=char",
|
||||
"__BUILTIN_AVR_UHKBITS=1",
|
||||
"__UACCUM_FBIT__=16",
|
||||
"__DBL_MIN_10_EXP__=(-37)",
|
||||
"__FINITE_MATH_ONLY__=0",
|
||||
"__cpp_variable_templates=201304",
|
||||
"__LFRACT_IBIT__=0",
|
||||
"__GNUC_PATCHLEVEL__=0",
|
||||
"__FLT32_HAS_DENORM__=1",
|
||||
"__LFRACT_MAX__=0X7FFFFFFFP-31LR",
|
||||
"__UINT_FAST8_MAX__=0xff",
|
||||
"__has_include(STR)=__has_include__(STR)",
|
||||
"__DEC64_MAX_EXP__=385",
|
||||
"__INT8_C(c)=c",
|
||||
"__INT_LEAST8_WIDTH__=8",
|
||||
"__UINT_LEAST64_MAX__=0xffffffffffffffffULL",
|
||||
"__SA_FBIT__=15",
|
||||
"__SHRT_MAX__=0x7fff",
|
||||
"__LDBL_MAX__=3.40282347e+38L",
|
||||
"__FRACT_MAX__=0X7FFFP-15R",
|
||||
"__UFRACT_FBIT__=16",
|
||||
"__UFRACT_MIN__=0.0UR",
|
||||
"__UINT_LEAST8_MAX__=0xff",
|
||||
"__GCC_ATOMIC_BOOL_LOCK_FREE=1",
|
||||
"__UINTMAX_TYPE__=long long unsigned int",
|
||||
"__LLFRACT_EPSILON__=0x1P-63LLR",
|
||||
"__BUILTIN_AVR_DELAY_CYCLES=1",
|
||||
"__DEC32_EPSILON__=1E-6DF",
|
||||
"__FLT_EVAL_METHOD_TS_18661_3__=0",
|
||||
"__UINT32_MAX__=0xffffffffUL",
|
||||
"__GXX_EXPERIMENTAL_CXX0X__=1",
|
||||
"__ULFRACT_MAX__=0XFFFFFFFFP-32ULR",
|
||||
"__TA_IBIT__=16",
|
||||
"__LDBL_MAX_EXP__=128",
|
||||
"__WINT_MIN__=(-__WINT_MAX__ - 1)",
|
||||
"__INT_LEAST16_WIDTH__=16",
|
||||
"__ULLFRACT_MIN__=0.0ULLR",
|
||||
"__SCHAR_MAX__=0x7f",
|
||||
"__WCHAR_MIN__=(-__WCHAR_MAX__ - 1)",
|
||||
"__INT64_C(c)=c ## LL",
|
||||
"__DBL_DIG__=6",
|
||||
"__GCC_ATOMIC_POINTER_LOCK_FREE=1",
|
||||
"__AVR_HAVE_SPH__=1",
|
||||
"__LLACCUM_MIN__=(-0X1P15LLK-0X1P15LLK)",
|
||||
"__BUILTIN_AVR_KBITS=1",
|
||||
"__BUILTIN_AVR_ABSK=1",
|
||||
"__BUILTIN_AVR_ABSR=1",
|
||||
"__SIZEOF_INT__=2",
|
||||
"__SIZEOF_POINTER__=2",
|
||||
"__GCC_ATOMIC_CHAR16_T_LOCK_FREE=1",
|
||||
"__USACCUM_IBIT__=8",
|
||||
"__USER_LABEL_PREFIX__",
|
||||
"__STDC_HOSTED__=1",
|
||||
"__LDBL_HAS_INFINITY__=1",
|
||||
"__LFRACT_MIN__=(-0.5LR-0.5LR)",
|
||||
"__HA_IBIT__=8",
|
||||
"__FLT32_DIG__=6",
|
||||
"__TQ_IBIT__=0",
|
||||
"__FLT_EPSILON__=1.19209290e-7F",
|
||||
"__GXX_WEAK__=1",
|
||||
"__SHRT_WIDTH__=16",
|
||||
"__USFRACT_IBIT__=0",
|
||||
"__LDBL_MIN__=1.17549435e-38L",
|
||||
"__FRACT_MIN__=(-0.5R-0.5R)",
|
||||
"__AVR_SFR_OFFSET__=0x20",
|
||||
"__DEC32_MAX__=9.999999E96DF",
|
||||
"__cpp_threadsafe_static_init=200806",
|
||||
"__DA_IBIT__=32",
|
||||
"__INT32_MAX__=0x7fffffffL",
|
||||
"__UQQ_FBIT__=8",
|
||||
"__INT_WIDTH__=16",
|
||||
"__SIZEOF_LONG__=4",
|
||||
"__UACCUM_MAX__=0XFFFFFFFFP-16UK",
|
||||
"__UINT16_C(c)=c ## U",
|
||||
"__PTRDIFF_WIDTH__=16",
|
||||
"__DECIMAL_DIG__=9",
|
||||
"__LFRACT_EPSILON__=0x1P-31LR",
|
||||
"__AVR_2_BYTE_PC__=1",
|
||||
"__ULFRACT_MIN__=0.0ULR",
|
||||
"__INTMAX_WIDTH__=64",
|
||||
"__has_include_next(STR)=__has_include_next__(STR)",
|
||||
"__BUILTIN_AVR_ULLRBITS=1",
|
||||
"__LDBL_HAS_QUIET_NAN__=1",
|
||||
"__ULACCUM_IBIT__=32",
|
||||
"__UACCUM_EPSILON__=0x1P-16UK",
|
||||
"__BUILTIN_AVR_SEI=1",
|
||||
"__GNUC__=7",
|
||||
"__ULLACCUM_MAX__=0XFFFFFFFFFFFFFFFFP-48ULLK",
|
||||
"__cpp_delegating_constructors=200604",
|
||||
"__HQ_IBIT__=0",
|
||||
"__BUILTIN_AVR_SWAP=1",
|
||||
"__FLT_HAS_DENORM__=1",
|
||||
"__SIZEOF_LONG_DOUBLE__=4",
|
||||
"__BIGGEST_ALIGNMENT__=1",
|
||||
"__STDC_UTF_16__=1",
|
||||
"__UINT24_MAX__=16777215UL",
|
||||
"__BUILTIN_AVR_NOP=1",
|
||||
"__GNUC_STDC_INLINE__=1",
|
||||
"__DQ_IBIT__=0",
|
||||
"__FLT32_HAS_INFINITY__=1",
|
||||
"__DBL_MAX__=double(3.40282347e+38L)",
|
||||
"__ULFRACT_IBIT__=0",
|
||||
"__cpp_raw_strings=200710",
|
||||
"__INT_FAST32_MAX__=0x7fffffffL",
|
||||
"__DBL_HAS_INFINITY__=1",
|
||||
"__INT64_MAX__=0x7fffffffffffffffLL",
|
||||
"__ACCUM_IBIT__=16",
|
||||
"__DEC32_MIN_EXP__=(-94)",
|
||||
"__BUILTIN_AVR_UKBITS=1",
|
||||
"__INTPTR_WIDTH__=16",
|
||||
"__BUILTIN_AVR_FMULSU=1",
|
||||
"__LACCUM_MAX__=0X7FFFFFFFFFFFFFFFP-31LK",
|
||||
"__INT_FAST16_TYPE__=int",
|
||||
"__LDBL_HAS_DENORM__=1",
|
||||
"__BUILTIN_AVR_BITSK=1",
|
||||
"__BUILTIN_AVR_BITSR=1",
|
||||
"__cplusplus=201402L",
|
||||
"__cpp_ref_qualifiers=200710",
|
||||
"__DEC128_MAX__=9.999999999999999999999999999999999E6144DL",
|
||||
"__INT_LEAST32_MAX__=0x7fffffffL",
|
||||
"__USING_SJLJ_EXCEPTIONS__=1",
|
||||
"__DEC32_MIN__=1E-95DF",
|
||||
"__ACCUM_MAX__=0X7FFFFFFFP-15K",
|
||||
"__DEPRECATED=1",
|
||||
"__cpp_rvalue_references=200610",
|
||||
"__DBL_MAX_EXP__=128",
|
||||
"__USACCUM_EPSILON__=0x1P-8UHK",
|
||||
"__WCHAR_WIDTH__=16",
|
||||
"__FLT32_MAX__=3.40282347e+38F32",
|
||||
"__DEC128_EPSILON__=1E-33DL",
|
||||
"__SFRACT_MAX__=0X7FP-7HR",
|
||||
"__FRACT_IBIT__=0",
|
||||
"__PTRDIFF_MAX__=0x7fff",
|
||||
"__UACCUM_MIN__=0.0UK",
|
||||
"__UACCUM_IBIT__=16",
|
||||
"__BUILTIN_AVR_NOPS=1",
|
||||
"__BUILTIN_AVR_WDR=1",
|
||||
"__FLT32_HAS_QUIET_NAN__=1",
|
||||
"__GNUG__=7",
|
||||
"__LONG_LONG_MAX__=0x7fffffffffffffffLL",
|
||||
"__SIZEOF_SIZE_T__=2",
|
||||
"__ULACCUM_MAX__=0XFFFFFFFFFFFFFFFFP-32ULK",
|
||||
"__cpp_rvalue_reference=200610",
|
||||
"__cpp_nsdmi=200809",
|
||||
"__SIZEOF_WINT_T__=2",
|
||||
"__LONG_LONG_WIDTH__=64",
|
||||
"__cpp_initializer_lists=200806",
|
||||
"__FLT32_MAX_EXP__=128",
|
||||
"__SA_IBIT__=16",
|
||||
"__ULLACCUM_MIN__=0.0ULLK",
|
||||
"__BUILTIN_AVR_ROUNDUHK=1",
|
||||
"__BUILTIN_AVR_ROUNDUHR=1",
|
||||
"__cpp_hex_float=201603",
|
||||
"__GXX_ABI_VERSION=1011",
|
||||
"__INT24_MAX__=8388607L",
|
||||
"__UTA_FBIT__=48",
|
||||
"__FLT_MIN_EXP__=(-125)",
|
||||
"__USFRACT_MAX__=0XFFP-8UHR",
|
||||
"__UFRACT_IBIT__=0",
|
||||
"__BUILTIN_AVR_ROUNDFX=1",
|
||||
"__BUILTIN_AVR_ROUNDULK=1",
|
||||
"__BUILTIN_AVR_ROUNDULR=1",
|
||||
"__cpp_lambdas=200907",
|
||||
"__BUILTIN_AVR_COUNTLSLLK=1",
|
||||
"__BUILTIN_AVR_COUNTLSLLR=1",
|
||||
"__BUILTIN_AVR_ROUNDHK=1",
|
||||
"__INT_FAST64_TYPE__=long long int",
|
||||
"__BUILTIN_AVR_ROUNDHR=1",
|
||||
"__DBL_MIN__=double(1.17549435e-38L)",
|
||||
"__BUILTIN_AVR_COUNTLSK=1",
|
||||
"__BUILTIN_AVR_ROUNDLK=1",
|
||||
"__BUILTIN_AVR_COUNTLSR=1",
|
||||
"__BUILTIN_AVR_ROUNDLR=1",
|
||||
"__LACCUM_MIN__=(-0X1P31LK-0X1P31LK)",
|
||||
"__ULLACCUM_FBIT__=48",
|
||||
"__BUILTIN_AVR_LKBITS=1",
|
||||
"__ULLFRACT_EPSILON__=0x1P-64ULLR",
|
||||
"__DEC128_MIN__=1E-6143DL",
|
||||
"__REGISTER_PREFIX__",
|
||||
"__UINT16_MAX__=0xffffU",
|
||||
"__DBL_HAS_DENORM__=1",
|
||||
"__BUILTIN_AVR_ULKBITS=1",
|
||||
"__ACCUM_MIN__=(-0X1P15K-0X1P15K)",
|
||||
"__AVR_ARCH__=2",
|
||||
"__SQ_IBIT__=0",
|
||||
"__FLT32_MIN__=1.17549435e-38F32",
|
||||
"__UINT8_TYPE__=unsigned char",
|
||||
"__BUILTIN_AVR_ROUNDUK=1",
|
||||
"__BUILTIN_AVR_ROUNDUR=1",
|
||||
"__UHA_FBIT__=8",
|
||||
"__NO_INLINE__=1",
|
||||
"__SFRACT_MIN__=(-0.5HR-0.5HR)",
|
||||
"__UTQ_FBIT__=128",
|
||||
"__FLT_MANT_DIG__=24",
|
||||
"__LDBL_DECIMAL_DIG__=9",
|
||||
"__VERSION__=\"7.3.0\"",
|
||||
"__UINT64_C(c)=c ## ULL",
|
||||
"__ULLFRACT_FBIT__=64",
|
||||
"__cpp_unicode_characters=200704",
|
||||
"__FRACT_EPSILON__=0x1P-15R",
|
||||
"__ULACCUM_MIN__=0.0ULK",
|
||||
"__UDA_FBIT__=32",
|
||||
"__cpp_decltype_auto=201304",
|
||||
"__LLACCUM_EPSILON__=0x1P-47LLK",
|
||||
"__GCC_ATOMIC_INT_LOCK_FREE=1",
|
||||
"__FLT32_MANT_DIG__=24",
|
||||
"__BUILTIN_AVR_BITSUHK=1",
|
||||
"__BUILTIN_AVR_BITSUHR=1",
|
||||
"__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__",
|
||||
"__USFRACT_MIN__=0.0UHR",
|
||||
"__BUILTIN_AVR_BITSULK=1",
|
||||
"__ULLACCUM_IBIT__=16",
|
||||
"__BUILTIN_AVR_BITSULR=1",
|
||||
"__UQQ_IBIT__=0",
|
||||
"__BUILTIN_AVR_LLRBITS=1",
|
||||
"__SCHAR_WIDTH__=8",
|
||||
"__BUILTIN_AVR_BITSULLK=1",
|
||||
"__BUILTIN_AVR_BITSULLR=1",
|
||||
"__INT32_C(c)=c ## L",
|
||||
"__DEC64_EPSILON__=1E-15DD",
|
||||
"__ORDER_PDP_ENDIAN__=3412",
|
||||
"__DEC128_MIN_EXP__=(-6142)",
|
||||
"__UHQ_FBIT__=16",
|
||||
"__LLACCUM_FBIT__=47",
|
||||
"__FLT32_MAX_10_EXP__=38",
|
||||
"__BUILTIN_AVR_ROUNDULLK=1",
|
||||
"__BUILTIN_AVR_ROUNDULLR=1",
|
||||
"__INT_FAST32_TYPE__=long int",
|
||||
"__BUILTIN_AVR_HRBITS=1",
|
||||
"__UINT_LEAST16_TYPE__=unsigned int",
|
||||
"__BUILTIN_AVR_UHRBITS=1",
|
||||
"__INT16_MAX__=0x7fff",
|
||||
"__SIZE_TYPE__=unsigned int",
|
||||
"__UINT64_MAX__=0xffffffffffffffffULL",
|
||||
"__UDQ_FBIT__=64",
|
||||
"__INT8_TYPE__=signed char",
|
||||
"__cpp_digit_separators=201309",
|
||||
"__ELF__=1",
|
||||
"__ULFRACT_EPSILON__=0x1P-32ULR",
|
||||
"__LLFRACT_FBIT__=63",
|
||||
"__FLT_RADIX__=2",
|
||||
"__INT_LEAST16_TYPE__=int",
|
||||
"__BUILTIN_AVR_ABSFX=1",
|
||||
"__LDBL_EPSILON__=1.19209290e-7L",
|
||||
"__UINTMAX_C(c)=c ## ULL",
|
||||
"__INT24_MIN__=(-__INT24_MAX__-1)",
|
||||
"__SACCUM_MAX__=0X7FFFP-7HK",
|
||||
"__BUILTIN_AVR_ABSHR=1",
|
||||
"__SIG_ATOMIC_MAX__=0x7f",
|
||||
"__GCC_ATOMIC_WCHAR_T_LOCK_FREE=1",
|
||||
"__cpp_sized_deallocation=201309",
|
||||
"__SIZEOF_PTRDIFF_T__=2",
|
||||
"__AVR=1",
|
||||
"__BUILTIN_AVR_ABSLK=1",
|
||||
"__BUILTIN_AVR_ABSLR=1",
|
||||
"__LACCUM_EPSILON__=0x1P-31LK",
|
||||
"__DEC32_SUBNORMAL_MIN__=0.000001E-95DF",
|
||||
"__INT_FAST16_MAX__=0x7fff",
|
||||
"__UINT_FAST32_MAX__=0xffffffffUL",
|
||||
"__UINT_LEAST64_TYPE__=long long unsigned int",
|
||||
"__USACCUM_MAX__=0XFFFFP-8UHK",
|
||||
"__SFRACT_EPSILON__=0x1P-7HR",
|
||||
"__FLT_HAS_QUIET_NAN__=1",
|
||||
"__FLT_MAX_10_EXP__=38",
|
||||
"__LONG_MAX__=0x7fffffffL",
|
||||
"__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL",
|
||||
"__FLT_HAS_INFINITY__=1",
|
||||
"__cpp_unicode_literals=200710",
|
||||
"__USA_FBIT__=16",
|
||||
"__UINT_FAST16_TYPE__=unsigned int",
|
||||
"__DEC64_MAX__=9.999999999999999E384DD",
|
||||
"__INT_FAST32_WIDTH__=32",
|
||||
"__BUILTIN_AVR_RBITS=1",
|
||||
"__CHAR16_TYPE__=unsigned int",
|
||||
"__PRAGMA_REDEFINE_EXTNAME=1",
|
||||
"__SIZE_WIDTH__=16",
|
||||
"__INT_LEAST16_MAX__=0x7fff",
|
||||
"__DEC64_MANT_DIG__=16",
|
||||
"__UINT_LEAST32_MAX__=0xffffffffUL",
|
||||
"__SACCUM_FBIT__=7",
|
||||
"__FLT32_DENORM_MIN__=1.40129846e-45F32",
|
||||
"__GCC_ATOMIC_LONG_LOCK_FREE=1",
|
||||
"__SIG_ATOMIC_WIDTH__=8",
|
||||
"__INT_LEAST64_TYPE__=long long int",
|
||||
"__INT16_TYPE__=int",
|
||||
"__INT_LEAST8_TYPE__=signed char",
|
||||
"__SQ_FBIT__=31",
|
||||
"__DEC32_MAX_EXP__=97",
|
||||
"__INT_FAST8_MAX__=0x7f",
|
||||
"__INTPTR_MAX__=0x7fff",
|
||||
"__QQ_FBIT__=7",
|
||||
"__cpp_range_based_for=200907",
|
||||
"__UTA_IBIT__=16",
|
||||
"__AVR_ERRATA_SKIP__=1",
|
||||
"__FLT32_MIN_10_EXP__=(-37)",
|
||||
"__LDBL_MANT_DIG__=24",
|
||||
"__SFRACT_FBIT__=7",
|
||||
"__SACCUM_MIN__=(-0X1P7HK-0X1P7HK)",
|
||||
"__DBL_HAS_QUIET_NAN__=1",
|
||||
"__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1)",
|
||||
"AVR=1",
|
||||
"__BUILTIN_AVR_FMULS=1",
|
||||
"__cpp_return_type_deduction=201304",
|
||||
"__INTPTR_TYPE__=int",
|
||||
"__UINT16_TYPE__=unsigned int",
|
||||
"__WCHAR_TYPE__=int",
|
||||
"__SIZEOF_FLOAT__=4",
|
||||
"__AVR__=1",
|
||||
"__BUILTIN_AVR_INSERT_BITS=1",
|
||||
"__USQ_FBIT__=32",
|
||||
"__UINTPTR_MAX__=0xffffU",
|
||||
"__INT_FAST64_WIDTH__=64",
|
||||
"__DEC64_MIN_EXP__=(-382)",
|
||||
"__cpp_decltype=200707",
|
||||
"__FLT32_DECIMAL_DIG__=9",
|
||||
"__INT_FAST64_MAX__=0x7fffffffffffffffLL",
|
||||
"__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1",
|
||||
"__FLT_DIG__=6",
|
||||
"__UINT_FAST64_TYPE__=long long unsigned int",
|
||||
"__BUILTIN_AVR_BITSHK=1",
|
||||
"__BUILTIN_AVR_BITSHR=1",
|
||||
"__INT_MAX__=0x7fff",
|
||||
"__LACCUM_FBIT__=31",
|
||||
"__USACCUM_MIN__=0.0UHK",
|
||||
"__UHA_IBIT__=8",
|
||||
"__INT64_TYPE__=long long int",
|
||||
"__BUILTIN_AVR_BITSLK=1",
|
||||
"__BUILTIN_AVR_BITSLR=1",
|
||||
"__FLT_MAX_EXP__=128",
|
||||
"__UTQ_IBIT__=0",
|
||||
"__DBL_MANT_DIG__=24",
|
||||
"__cpp_inheriting_constructors=201511",
|
||||
"__BUILTIN_AVR_ULLKBITS=1",
|
||||
"__INT_LEAST64_MAX__=0x7fffffffffffffffLL",
|
||||
"__DEC64_MIN__=1E-383DD",
|
||||
"__WINT_TYPE__=int",
|
||||
"__UINT_LEAST32_TYPE__=long unsigned int",
|
||||
"__SIZEOF_SHORT__=2",
|
||||
"__ULLFRACT_IBIT__=0",
|
||||
"__LDBL_MIN_EXP__=(-125)",
|
||||
"__UDA_IBIT__=32",
|
||||
"__WINT_WIDTH__=16",
|
||||
"__INT_LEAST8_MAX__=0x7f",
|
||||
"__LFRACT_FBIT__=31",
|
||||
"__LDBL_MAX_10_EXP__=38",
|
||||
"__ATOMIC_RELAXED=0",
|
||||
"__DBL_EPSILON__=double(1.19209290e-7L)",
|
||||
"__BUILTIN_AVR_BITSUK=1",
|
||||
"__BUILTIN_AVR_BITSUR=1",
|
||||
"__UINT8_C(c)=c",
|
||||
"__INT_LEAST32_TYPE__=long int",
|
||||
"__BUILTIN_AVR_URBITS=1",
|
||||
"__SIZEOF_WCHAR_T__=2",
|
||||
"__LLFRACT_MAX__=0X7FFFFFFFFFFFFFFFP-63LLR",
|
||||
"__TQ_FBIT__=127",
|
||||
"__INT_FAST8_TYPE__=signed char",
|
||||
"__ULLACCUM_EPSILON__=0x1P-48ULLK",
|
||||
"__BUILTIN_AVR_ROUNDK=1",
|
||||
"__BUILTIN_AVR_ROUNDR=1",
|
||||
"__UHQ_IBIT__=0",
|
||||
"__LLACCUM_IBIT__=16",
|
||||
"__FLT32_EPSILON__=1.19209290e-7F32",
|
||||
"__DBL_DECIMAL_DIG__=9",
|
||||
"__STDC_UTF_32__=1",
|
||||
"__INT_FAST8_WIDTH__=8",
|
||||
"__DEC_EVAL_METHOD__=2",
|
||||
"__TA_FBIT__=47",
|
||||
"__UDQ_IBIT__=0",
|
||||
"__ORDER_BIG_ENDIAN__=4321",
|
||||
"__cpp_runtime_arrays=198712",
|
||||
"__WITH_AVRLIBC__=1",
|
||||
"__UINT64_TYPE__=long long unsigned int",
|
||||
"__ACCUM_EPSILON__=0x1P-15K",
|
||||
"__UINT32_C(c)=c ## UL",
|
||||
"__BUILTIN_AVR_COUNTLSUHK=1",
|
||||
"__INTMAX_MAX__=0x7fffffffffffffffLL",
|
||||
"__cpp_alias_templates=200704",
|
||||
"__BUILTIN_AVR_COUNTLSUHR=1",
|
||||
"__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__",
|
||||
"__FLT_DENORM_MIN__=1.40129846e-45F",
|
||||
"__LLFRACT_IBIT__=0",
|
||||
"__INT8_MAX__=0x7f",
|
||||
"__LONG_WIDTH__=32",
|
||||
"__UINT_FAST32_TYPE__=long unsigned int",
|
||||
"__CHAR32_TYPE__=long unsigned int",
|
||||
"__BUILTIN_AVR_COUNTLSULK=1",
|
||||
"__BUILTIN_AVR_COUNTLSULR=1",
|
||||
"__FLT_MAX__=3.40282347e+38F",
|
||||
"__cpp_constexpr=201304",
|
||||
"__USACCUM_FBIT__=8",
|
||||
"__BUILTIN_AVR_COUNTLSFX=1",
|
||||
"__INT32_TYPE__=long int",
|
||||
"__SIZEOF_DOUBLE__=4",
|
||||
"__FLT_MIN_10_EXP__=(-37)",
|
||||
"__UFRACT_EPSILON__=0x1P-16UR",
|
||||
"__INT_LEAST32_WIDTH__=32",
|
||||
"__BUILTIN_AVR_COUNTLSHK=1",
|
||||
"__BUILTIN_AVR_COUNTLSHR=1",
|
||||
"__INTMAX_TYPE__=long long int",
|
||||
"__BUILTIN_AVR_ABSLLK=1",
|
||||
"__BUILTIN_AVR_ABSLLR=1",
|
||||
"__DEC128_MAX_EXP__=6145",
|
||||
"__AVR_HAVE_16BIT_SP__=1",
|
||||
"__ATOMIC_CONSUME=1",
|
||||
"__GNUC_MINOR__=3",
|
||||
"__INT_FAST16_WIDTH__=16",
|
||||
"__UINTMAX_MAX__=0xffffffffffffffffULL",
|
||||
"__DEC32_MANT_DIG__=7",
|
||||
"__HA_FBIT__=7",
|
||||
"__BUILTIN_AVR_COUNTLSLK=1",
|
||||
"__BUILTIN_AVR_COUNTLSLR=1",
|
||||
"__BUILTIN_AVR_CLI=1",
|
||||
"__DBL_MAX_10_EXP__=38",
|
||||
"__LDBL_DENORM_MIN__=1.40129846e-45L",
|
||||
"__INT16_C(c)=c",
|
||||
"__cpp_generic_lambdas=201304",
|
||||
"__STDC__=1",
|
||||
"__PTRDIFF_TYPE__=int",
|
||||
"__LLFRACT_MIN__=(-0.5LLR-0.5LLR)",
|
||||
"__BUILTIN_AVR_LRBITS=1",
|
||||
"__ATOMIC_SEQ_CST=5",
|
||||
"__DA_FBIT__=31",
|
||||
"__UINT32_TYPE__=long unsigned int",
|
||||
"__BUILTIN_AVR_ROUNDLLK=1",
|
||||
"__UINTPTR_TYPE__=unsigned int",
|
||||
"__BUILTIN_AVR_ROUNDLLR=1",
|
||||
"__USA_IBIT__=16",
|
||||
"__BUILTIN_AVR_ULRBITS=1",
|
||||
"__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD",
|
||||
"__DEC128_MANT_DIG__=34",
|
||||
"__LDBL_MIN_10_EXP__=(-37)",
|
||||
"__BUILTIN_AVR_COUNTLSUK=1",
|
||||
"__BUILTIN_AVR_COUNTLSUR=1",
|
||||
"__SIZEOF_LONG_LONG__=8",
|
||||
"__ULACCUM_EPSILON__=0x1P-32ULK",
|
||||
"__cpp_user_defined_literals=200809",
|
||||
"__SACCUM_IBIT__=8",
|
||||
"__GCC_ATOMIC_LLONG_LOCK_FREE=1",
|
||||
"__LDBL_DIG__=6",
|
||||
"__FLT_DECIMAL_DIG__=9",
|
||||
"__UINT_FAST16_MAX__=0xffffU",
|
||||
"__GCC_ATOMIC_SHORT_LOCK_FREE=1",
|
||||
"__BUILTIN_AVR_ABSHK=1",
|
||||
"__BUILTIN_AVR_FLASH_SEGMENT=1",
|
||||
"__INT_LEAST64_WIDTH__=64",
|
||||
"__ULLFRACT_MAX__=0XFFFFFFFFFFFFFFFFP-64ULLR",
|
||||
"__UINT_FAST8_TYPE__=unsigned char",
|
||||
"__USFRACT_EPSILON__=0x1P-8UHR",
|
||||
"__ULACCUM_FBIT__=32",
|
||||
"__QQ_IBIT__=0",
|
||||
"__cpp_init_captures=201304",
|
||||
"__ATOMIC_ACQ_REL=4",
|
||||
"__ATOMIC_RELEASE=3",
|
||||
"__BUILTIN_AVR_FMUL=1",
|
||||
"USBCON"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
0
build/.last-used
Normal file
0
build/.last-used
Normal file
11
build/build.options.json
Normal file
11
build/build.options.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"additionalFiles": "",
|
||||
"builtInToolsFolders": "",
|
||||
"compiler.optimization_flags": "",
|
||||
"customBuildProperties": "",
|
||||
"fqbn": "arduino:avr:uno",
|
||||
"hardwareFolders": "C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages",
|
||||
"otherLibrariesFolders": "C:\\Users\\dimae\\OneDrive\\Документы\\Arduino\\libraries",
|
||||
"runtime.ide.version": "10607",
|
||||
"sketchLocation": "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\project"
|
||||
}
|
32
build/compile_commands.json
Normal file
32
build/compile_commands.json
Normal file
@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"directory": "c:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html",
|
||||
"arguments": [
|
||||
"C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++",
|
||||
"-c",
|
||||
"-g",
|
||||
"-Os",
|
||||
"-w",
|
||||
"-std=gnu++11",
|
||||
"-fpermissive",
|
||||
"-fno-exceptions",
|
||||
"-ffunction-sections",
|
||||
"-fdata-sections",
|
||||
"-fno-threadsafe-statics",
|
||||
"-Wno-error=narrowing",
|
||||
"-MMD",
|
||||
"-flto",
|
||||
"-mmcu=atmega328p",
|
||||
"-DF_CPU=16000000L",
|
||||
"-DARDUINO=10607",
|
||||
"-DARDUINO_AVR_UNO",
|
||||
"-DARDUINO_ARCH_AVR",
|
||||
"-IC:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino",
|
||||
"-IC:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard",
|
||||
"C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\build\\sketch\\project.ino.cpp",
|
||||
"-o",
|
||||
"C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\build\\sketch\\project.ino.cpp.o"
|
||||
],
|
||||
"file": "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\build\\sketch\\project.ino.cpp"
|
||||
}
|
||||
]
|
12
build/core/CDC.cpp.d
Normal file
12
build/core/CDC.cpp.d
Normal file
@ -0,0 +1,12 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\CDC.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\CDC.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/CDC.cpp.o
Normal file
BIN
build/core/CDC.cpp.o
Normal file
Binary file not shown.
14
build/core/HardwareSerial.cpp.d
Normal file
14
build/core/HardwareSerial.cpp.d
Normal file
@ -0,0 +1,14 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\HardwareSerial.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h
|
BIN
build/core/HardwareSerial.cpp.o
Normal file
BIN
build/core/HardwareSerial.cpp.o
Normal file
Binary file not shown.
14
build/core/HardwareSerial0.cpp.d
Normal file
14
build/core/HardwareSerial0.cpp.d
Normal file
@ -0,0 +1,14 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\HardwareSerial0.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial0.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h
|
BIN
build/core/HardwareSerial0.cpp.o
Normal file
BIN
build/core/HardwareSerial0.cpp.o
Normal file
Binary file not shown.
14
build/core/HardwareSerial1.cpp.d
Normal file
14
build/core/HardwareSerial1.cpp.d
Normal file
@ -0,0 +1,14 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\HardwareSerial1.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial1.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h
|
BIN
build/core/HardwareSerial1.cpp.o
Normal file
BIN
build/core/HardwareSerial1.cpp.o
Normal file
Binary file not shown.
14
build/core/HardwareSerial2.cpp.d
Normal file
14
build/core/HardwareSerial2.cpp.d
Normal file
@ -0,0 +1,14 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\HardwareSerial2.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial2.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h
|
BIN
build/core/HardwareSerial2.cpp.o
Normal file
BIN
build/core/HardwareSerial2.cpp.o
Normal file
Binary file not shown.
14
build/core/HardwareSerial3.cpp.d
Normal file
14
build/core/HardwareSerial3.cpp.d
Normal file
@ -0,0 +1,14 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\HardwareSerial3.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial3.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h
|
BIN
build/core/HardwareSerial3.cpp.o
Normal file
BIN
build/core/HardwareSerial3.cpp.o
Normal file
Binary file not shown.
14
build/core/IPAddress.cpp.d
Normal file
14
build/core/IPAddress.cpp.d
Normal file
@ -0,0 +1,14 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\IPAddress.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\IPAddress.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/IPAddress.h
|
BIN
build/core/IPAddress.cpp.o
Normal file
BIN
build/core/IPAddress.cpp.o
Normal file
Binary file not shown.
13
build/core/PluggableUSB.cpp.d
Normal file
13
build/core/PluggableUSB.cpp.d
Normal file
@ -0,0 +1,13 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\PluggableUSB.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\PluggableUSB.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\PluggableUSB.h
|
BIN
build/core/PluggableUSB.cpp.o
Normal file
BIN
build/core/PluggableUSB.cpp.o
Normal file
Binary file not shown.
12
build/core/Print.cpp.d
Normal file
12
build/core/Print.cpp.d
Normal file
@ -0,0 +1,12 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\Print.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/Print.cpp.o
Normal file
BIN
build/core/Print.cpp.o
Normal file
Binary file not shown.
12
build/core/Stream.cpp.d
Normal file
12
build/core/Stream.cpp.d
Normal file
@ -0,0 +1,12 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\Stream.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/Stream.cpp.o
Normal file
BIN
build/core/Stream.cpp.o
Normal file
Binary file not shown.
12
build/core/Tone.cpp.d
Normal file
12
build/core/Tone.cpp.d
Normal file
@ -0,0 +1,12 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\Tone.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Tone.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/Tone.cpp.o
Normal file
BIN
build/core/Tone.cpp.o
Normal file
Binary file not shown.
13
build/core/USBCore.cpp.d
Normal file
13
build/core/USBCore.cpp.d
Normal file
@ -0,0 +1,13 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\USBCore.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBCore.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\PluggableUSB.h
|
BIN
build/core/USBCore.cpp.o
Normal file
BIN
build/core/USBCore.cpp.o
Normal file
Binary file not shown.
6
build/core/WInterrupts.c.d
Normal file
6
build/core/WInterrupts.c.d
Normal file
@ -0,0 +1,6 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\WInterrupts.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WInterrupts.c \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/WInterrupts.c.o
Normal file
BIN
build/core/WInterrupts.c.o
Normal file
Binary file not shown.
2
build/core/WMath.cpp.d
Normal file
2
build/core/WMath.cpp.d
Normal file
@ -0,0 +1,2 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\WMath.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WMath.cpp
|
BIN
build/core/WMath.cpp.o
Normal file
BIN
build/core/WMath.cpp.o
Normal file
Binary file not shown.
3
build/core/WString.cpp.d
Normal file
3
build/core/WString.cpp.d
Normal file
@ -0,0 +1,3 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\WString.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\WString.h
|
BIN
build/core/WString.cpp.o
Normal file
BIN
build/core/WString.cpp.o
Normal file
Binary file not shown.
2
build/core/abi.cpp.d
Normal file
2
build/core/abi.cpp.d
Normal file
@ -0,0 +1,2 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\abi.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\abi.cpp
|
BIN
build/core/abi.cpp.o
Normal file
BIN
build/core/abi.cpp.o
Normal file
Binary file not shown.
BIN
build/core/core.a
Normal file
BIN
build/core/core.a
Normal file
Binary file not shown.
2
build/core/hooks.c.d
Normal file
2
build/core/hooks.c.d
Normal file
@ -0,0 +1,2 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\hooks.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\hooks.c
|
BIN
build/core/hooks.c.o
Normal file
BIN
build/core/hooks.c.o
Normal file
Binary file not shown.
13
build/core/main.cpp.d
Normal file
13
build/core/main.cpp.d
Normal file
@ -0,0 +1,13 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\main.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\main.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/main.cpp.o
Normal file
BIN
build/core/main.cpp.o
Normal file
Binary file not shown.
4
build/core/new.cpp.d
Normal file
4
build/core/new.cpp.d
Normal file
@ -0,0 +1,4 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\new.cpp.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new
|
BIN
build/core/new.cpp.o
Normal file
BIN
build/core/new.cpp.o
Normal file
Binary file not shown.
6
build/core/wiring.c.d
Normal file
6
build/core/wiring.c.d
Normal file
@ -0,0 +1,6 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\wiring.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring.c \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/wiring.c.o
Normal file
BIN
build/core/wiring.c.o
Normal file
Binary file not shown.
6
build/core/wiring_analog.c.d
Normal file
6
build/core/wiring_analog.c.d
Normal file
@ -0,0 +1,6 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\wiring_analog.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_analog.c \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/wiring_analog.c.o
Normal file
BIN
build/core/wiring_analog.c.o
Normal file
Binary file not shown.
6
build/core/wiring_digital.c.d
Normal file
6
build/core/wiring_digital.c.d
Normal file
@ -0,0 +1,6 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\wiring_digital.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_digital.c \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/wiring_digital.c.o
Normal file
BIN
build/core/wiring_digital.c.o
Normal file
Binary file not shown.
2
build/core/wiring_pulse.S.d
Normal file
2
build/core/wiring_pulse.S.d
Normal file
@ -0,0 +1,2 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\wiring_pulse.S.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_pulse.S
|
BIN
build/core/wiring_pulse.S.o
Normal file
BIN
build/core/wiring_pulse.S.o
Normal file
Binary file not shown.
6
build/core/wiring_pulse.c.d
Normal file
6
build/core/wiring_pulse.c.d
Normal file
@ -0,0 +1,6 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\wiring_pulse.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_pulse.c \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/wiring_pulse.c.o
Normal file
BIN
build/core/wiring_pulse.c.o
Normal file
Binary file not shown.
6
build/core/wiring_shift.c.d
Normal file
6
build/core/wiring_shift.c.d
Normal file
@ -0,0 +1,6 @@
|
||||
c:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\core\wiring_shift.c.o: \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_shift.c \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\wiring_private.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/core/wiring_shift.c.o
Normal file
BIN
build/core/wiring_shift.c.o
Normal file
Binary file not shown.
17
build/includes.cache
Normal file
17
build/includes.cache
Normal file
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"Sourcefile": null,
|
||||
"Include": "",
|
||||
"Includepath": "C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino"
|
||||
},
|
||||
{
|
||||
"Sourcefile": null,
|
||||
"Include": "",
|
||||
"Includepath": "C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard"
|
||||
},
|
||||
{
|
||||
"Sourcefile": "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\build\\sketch\\project.ino.cpp",
|
||||
"Include": "",
|
||||
"Includepath": null
|
||||
}
|
||||
]
|
1
build/libraries.cache
Normal file
1
build/libraries.cache
Normal file
@ -0,0 +1 @@
|
||||
["C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino","C:\\Users\\dimae\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard"]
|
15
build/preproc/ctags_target_for_gcc_minus_e.cpp
Normal file
15
build/preproc/ctags_target_for_gcc_minus_e.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
# 1 "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\project\\project.ino"
|
||||
|
||||
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
pinMode(2, 0x0);
|
||||
pinMode(13, 0x1);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
int sensorVal = digitalRead(2);
|
||||
Serial.print(sensorVal); // Выводим значение в мониторе порта
|
||||
delay(500);
|
||||
}
|
1
build/project.ino.eep
Normal file
1
build/project.ino.eep
Normal file
@ -0,0 +1 @@
|
||||
:00000001FF
|
BIN
build/project.ino.elf
Normal file
BIN
build/project.ino.elf
Normal file
Binary file not shown.
128
build/project.ino.hex
Normal file
128
build/project.ino.hex
Normal file
@ -0,0 +1,128 @@
|
||||
:100000000C9462000C948A000C948A000C948A0070
|
||||
:100010000C948A000C948A000C948A000C948A0038
|
||||
:100020000C948A000C948A000C948A000C948A0028
|
||||
:100030000C948A000C948A000C948A000C948A0018
|
||||
:100040000C94BE010C948A000C942E020C940802AD
|
||||
:100050000C948A000C948A000C948A000C948A00F8
|
||||
:100060000C948A000C948A000000000025002800EF
|
||||
:100070002B0000000000240027002A0000000000E0
|
||||
:1000800023002600290004040404040404040202DA
|
||||
:100090000202020203030303030301020408102007
|
||||
:1000A0004080010204081020010204081020000012
|
||||
:1000B0000008000201000003040700000000000027
|
||||
:1000C0000000B10311241FBECFEFD8E0DEBFCDBFCB
|
||||
:1000D00011E0A0E0B1E0ECECF7E002C005900D9279
|
||||
:1000E000A231B107D9F721E0A2E1B1E001C01D9230
|
||||
:1000F000A83BB207E1F710E0C2E6D0E004C02197C8
|
||||
:10010000FE010E94DE03C136D107C9F70E946002DA
|
||||
:100110000C94E4030C9400003FB7F8948091B40170
|
||||
:100120009091B501A091B601B091B70126B5A89BF9
|
||||
:1001300005C02F3F19F00196A11DB11D3FBFBA2F79
|
||||
:10014000A92F982F8827BC01CD01620F711D811D39
|
||||
:10015000911D42E0660F771F881F991F4A95D1F7BE
|
||||
:100160000895AF92BF92CF92DF92EF92FF920F93DA
|
||||
:100170001F93CF93DF936C017B018B01040F151F3D
|
||||
:10018000EB015E01AE18BF08C017D10759F06991A5
|
||||
:10019000D601ED91FC910190F081E02DC601099509
|
||||
:1001A000892B79F7C501DF91CF911F910F91FF90B6
|
||||
:1001B000EF90DF90CF90BF90AF900895FC01538DEA
|
||||
:1001C000448D252F30E0842F90E0821B930B541731
|
||||
:1001D00010F0CF96089501970895FC01918D828DBE
|
||||
:1001E000981761F0A28DAE0FBF2FB11D5D968C9157
|
||||
:1001F000928D9F5F9F73928F90E008958FEF9FEF96
|
||||
:100200000895FC01918D828D981731F0828DE80F51
|
||||
:10021000F11D858D90E008958FEF9FEF0895FC010B
|
||||
:10022000918D228D892F90E0805C9F4F821B9109D8
|
||||
:100230008F739927089582E191E00E940F0121E0D8
|
||||
:10024000892B09F420E0822F089580E090E0892B2B
|
||||
:1002500029F00E941B0181110C9400000895FC01FB
|
||||
:10026000A48DA80FB92FB11DA35ABF4F2C91848D17
|
||||
:1002700090E001968F739927848FA689B7892C9374
|
||||
:10028000A089B1898C91837080648C93938D848DC7
|
||||
:10029000981306C00288F389E02D80818F7D8083CA
|
||||
:1002A0000895EF92FF920F931F93CF93DF93EC018A
|
||||
:1002B00081E0888F9B8D8C8D98131AC0E889F9890D
|
||||
:1002C000808185FF15C09FB7F894EE89FF89608310
|
||||
:1002D000E889F98980818370806480839FBF81E091
|
||||
:1002E00090E0DF91CF911F910F91FF90EF900895D3
|
||||
:1002F000F62E0B8D10E00F5F1F4F0F731127E02EAE
|
||||
:100300008C8D8E110CC00FB607FCFACFE889F989E5
|
||||
:10031000808185FFF5CFCE010E942F01F1CFEB8DBB
|
||||
:10032000EC0FFD2FF11DE35AFF4FF0829FB7F894B9
|
||||
:100330000B8FEA89FB8980818062CFCFCF93DF93D7
|
||||
:10034000EC01888D8823B9F0AA89BB89E889F989ED
|
||||
:100350008C9185FD03C0808186FD0DC00FB607FC22
|
||||
:10036000F7CF8C9185FFF2CF808185FFEDCFCE0155
|
||||
:100370000E942F01E9CFDF91CF9108951F920F9234
|
||||
:100380000FB60F9211242F933F938F939F93AF93A8
|
||||
:10039000BF938091B0019091B101A091B201B09151
|
||||
:1003A000B3013091AF0123E0230F2D3758F50196AB
|
||||
:1003B000A11DB11D2093AF018093B0019093B101B5
|
||||
:1003C000A093B201B093B3018091B4019091B501B3
|
||||
:1003D000A091B601B091B7010196A11DB11D809306
|
||||
:1003E000B4019093B501A093B601B093B701BF914A
|
||||
:1003F000AF919F918F913F912F910F900FBE0F90D2
|
||||
:100400001F90189526E8230F0296A11DB11DD2CF8B
|
||||
:100410001F920F920FB60F9211242F933F934F9379
|
||||
:100420005F936F937F938F939F93AF93BF93EF935C
|
||||
:10043000FF9382E191E00E942F01FF91EF91BF9124
|
||||
:10044000AF919F918F917F916F915F914F913F916C
|
||||
:100450002F910F900FBE0F901F9018951F920F9223
|
||||
:100460000FB60F9211242F938F939F93EF93FF93C7
|
||||
:10047000E0912201F09123018081E0912801F09127
|
||||
:10048000290182FD1BC0908180912B018F5F8F73AA
|
||||
:1004900020912C01821741F0E0912B01F0E0EE5EFB
|
||||
:1004A000FE4F958F80932B01FF91EF919F918F913C
|
||||
:1004B0002F910F900FBE0F901F9018958081F4CF51
|
||||
:1004C000CF93DF93CDB7DEB7A1970FB6F894DEBF19
|
||||
:1004D0000FBECDBF789484B5826084BD84B5816041
|
||||
:1004E00084BD85B5826085BD85B5816085BD8091FF
|
||||
:1004F0006E00816080936E00109281008091810077
|
||||
:10050000826080938100809181008160809381006E
|
||||
:10051000809180008160809380008091B100846030
|
||||
:100520008093B1008091B00081608093B000809191
|
||||
:100530007A00846080937A0080917A008260809350
|
||||
:100540007A0080917A00816080937A0080917A00AD
|
||||
:10055000806880937A001092C100E0912201F091AE
|
||||
:10056000230182E08083E0911E01F0911F0110823F
|
||||
:10057000E0912001F09121018FEC808310922A01FB
|
||||
:10058000E0912601F091270186E08083E09124012B
|
||||
:10059000F0912501808180618083E0912401F091B8
|
||||
:1005A0002501808188608083E0912401F0912501FC
|
||||
:1005B000808180688083E0912401F0912501808111
|
||||
:1005C0008F7D80836CE9262E60E0362EF101249128
|
||||
:1005D00078E8E72E70E0F72EF70184918823C9F0C0
|
||||
:1005E00090E0880F991FFC01EE58FF4FA591B49140
|
||||
:1005F000FC01E859FF4F459154913FB7F8949C9105
|
||||
:10060000822F809598239C93FA019081892380837F
|
||||
:100610003FBFE7EAF0E02491E3E9F0E0849188232A
|
||||
:1006200099F090E0880F991FFC01EE58FF4FA591BB
|
||||
:10063000B491FC01E859FF4F859194918FB7F894DC
|
||||
:10064000EC91E22BEC938FBF8E01005E1F4F30E0E8
|
||||
:10065000C32E30E0D32EE0EBF0E08491F1019491D1
|
||||
:10066000F70124912223C9F0882359F0833009F43B
|
||||
:1006700061C008F054C0813009F462C0823009F4CE
|
||||
:1006800063C0E22FF0E0EE0FFF1FE458FF4FA5918B
|
||||
:10069000B4918C91982381E009F480E019A2805DE7
|
||||
:1006A00088A3F80101900020E9F73197AF01401BC2
|
||||
:1006B000510BB80182E191E00E94B1000E948C00D0
|
||||
:1006C0002B013C0184EF882E99249394A12CB12C0A
|
||||
:1006D0000E948C006419750986099709683E734069
|
||||
:1006E00081059105A8F3F1E08F1A9108A108B108DE
|
||||
:1006F00028EE420E23E0521E611C711C81149104ED
|
||||
:10070000A104B10429F7C114D10409F4A4CF0E94B3
|
||||
:100710001B01882309F49FCF0E9400009CCF8730E3
|
||||
:10072000B1F08830D1F0843009F0ABCF80918000F7
|
||||
:100730008F7D03C0809180008F7780938000A1CF50
|
||||
:1007400084B58F7784BD9DCF84B58F7DFBCF80919D
|
||||
:10075000B0008F778093B00094CF8091B0008F7DF0
|
||||
:10076000F9CFE2E1F1E01382128288EE93E0A0E09B
|
||||
:10077000B0E084839583A683B78384E091E091837E
|
||||
:10078000808385EC90E09587848784EC90E0978760
|
||||
:10079000868780EC90E0918B808B81EC90E0938B4E
|
||||
:1007A000828B82EC90E0958B848B86EC90E0978B2B
|
||||
:1007B000868B118E128E138E148E0895EE0FFF1FEE
|
||||
:0C07C0000590F491E02D0994F894FFCF0F
|
||||
:1007CC00000000005101B100DE009E010F01ED00A0
|
||||
:0207DC00010119
|
||||
:00000001FF
|
BIN
build/project.ino.with_bootloader.bin
Normal file
BIN
build/project.ino.with_bootloader.bin
Normal file
Binary file not shown.
161
build/project.ino.with_bootloader.hex
Normal file
161
build/project.ino.with_bootloader.hex
Normal file
@ -0,0 +1,161 @@
|
||||
:020000040000FA
|
||||
:100000000C9462000C948A000C948A000C948A0070
|
||||
:100010000C948A000C948A000C948A000C948A0038
|
||||
:100020000C948A000C948A000C948A000C948A0028
|
||||
:100030000C948A000C948A000C948A000C948A0018
|
||||
:100040000C94BE010C948A000C942E020C940802AD
|
||||
:100050000C948A000C948A000C948A000C948A00F8
|
||||
:100060000C948A000C948A000000000025002800EF
|
||||
:100070002B0000000000240027002A0000000000E0
|
||||
:1000800023002600290004040404040404040202DA
|
||||
:100090000202020203030303030301020408102007
|
||||
:1000A0004080010204081020010204081020000012
|
||||
:1000B0000008000201000003040700000000000027
|
||||
:1000C0000000B10311241FBECFEFD8E0DEBFCDBFCB
|
||||
:1000D00011E0A0E0B1E0ECECF7E002C005900D9279
|
||||
:1000E000A231B107D9F721E0A2E1B1E001C01D9230
|
||||
:1000F000A83BB207E1F710E0C2E6D0E004C02197C8
|
||||
:10010000FE010E94DE03C136D107C9F70E946002DA
|
||||
:100110000C94E4030C9400003FB7F8948091B40170
|
||||
:100120009091B501A091B601B091B70126B5A89BF9
|
||||
:1001300005C02F3F19F00196A11DB11D3FBFBA2F79
|
||||
:10014000A92F982F8827BC01CD01620F711D811D39
|
||||
:10015000911D42E0660F771F881F991F4A95D1F7BE
|
||||
:100160000895AF92BF92CF92DF92EF92FF920F93DA
|
||||
:100170001F93CF93DF936C017B018B01040F151F3D
|
||||
:10018000EB015E01AE18BF08C017D10759F06991A5
|
||||
:10019000D601ED91FC910190F081E02DC601099509
|
||||
:1001A000892B79F7C501DF91CF911F910F91FF90B6
|
||||
:1001B000EF90DF90CF90BF90AF900895FC01538DEA
|
||||
:1001C000448D252F30E0842F90E0821B930B541731
|
||||
:1001D00010F0CF96089501970895FC01918D828DBE
|
||||
:1001E000981761F0A28DAE0FBF2FB11D5D968C9157
|
||||
:1001F000928D9F5F9F73928F90E008958FEF9FEF96
|
||||
:100200000895FC01918D828D981731F0828DE80F51
|
||||
:10021000F11D858D90E008958FEF9FEF0895FC010B
|
||||
:10022000918D228D892F90E0805C9F4F821B9109D8
|
||||
:100230008F739927089582E191E00E940F0121E0D8
|
||||
:10024000892B09F420E0822F089580E090E0892B2B
|
||||
:1002500029F00E941B0181110C9400000895FC01FB
|
||||
:10026000A48DA80FB92FB11DA35ABF4F2C91848D17
|
||||
:1002700090E001968F739927848FA689B7892C9374
|
||||
:10028000A089B1898C91837080648C93938D848DC7
|
||||
:10029000981306C00288F389E02D80818F7D8083CA
|
||||
:1002A0000895EF92FF920F931F93CF93DF93EC018A
|
||||
:1002B00081E0888F9B8D8C8D98131AC0E889F9890D
|
||||
:1002C000808185FF15C09FB7F894EE89FF89608310
|
||||
:1002D000E889F98980818370806480839FBF81E091
|
||||
:1002E00090E0DF91CF911F910F91FF90EF900895D3
|
||||
:1002F000F62E0B8D10E00F5F1F4F0F731127E02EAE
|
||||
:100300008C8D8E110CC00FB607FCFACFE889F989E5
|
||||
:10031000808185FFF5CFCE010E942F01F1CFEB8DBB
|
||||
:10032000EC0FFD2FF11DE35AFF4FF0829FB7F894B9
|
||||
:100330000B8FEA89FB8980818062CFCFCF93DF93D7
|
||||
:10034000EC01888D8823B9F0AA89BB89E889F989ED
|
||||
:100350008C9185FD03C0808186FD0DC00FB607FC22
|
||||
:10036000F7CF8C9185FFF2CF808185FFEDCFCE0155
|
||||
:100370000E942F01E9CFDF91CF9108951F920F9234
|
||||
:100380000FB60F9211242F933F938F939F93AF93A8
|
||||
:10039000BF938091B0019091B101A091B201B09151
|
||||
:1003A000B3013091AF0123E0230F2D3758F50196AB
|
||||
:1003B000A11DB11D2093AF018093B0019093B101B5
|
||||
:1003C000A093B201B093B3018091B4019091B501B3
|
||||
:1003D000A091B601B091B7010196A11DB11D809306
|
||||
:1003E000B4019093B501A093B601B093B701BF914A
|
||||
:1003F000AF919F918F913F912F910F900FBE0F90D2
|
||||
:100400001F90189526E8230F0296A11DB11DD2CF8B
|
||||
:100410001F920F920FB60F9211242F933F934F9379
|
||||
:100420005F936F937F938F939F93AF93BF93EF935C
|
||||
:10043000FF9382E191E00E942F01FF91EF91BF9124
|
||||
:10044000AF919F918F917F916F915F914F913F916C
|
||||
:100450002F910F900FBE0F901F9018951F920F9223
|
||||
:100460000FB60F9211242F938F939F93EF93FF93C7
|
||||
:10047000E0912201F09123018081E0912801F09127
|
||||
:10048000290182FD1BC0908180912B018F5F8F73AA
|
||||
:1004900020912C01821741F0E0912B01F0E0EE5EFB
|
||||
:1004A000FE4F958F80932B01FF91EF919F918F913C
|
||||
:1004B0002F910F900FBE0F901F9018958081F4CF51
|
||||
:1004C000CF93DF93CDB7DEB7A1970FB6F894DEBF19
|
||||
:1004D0000FBECDBF789484B5826084BD84B5816041
|
||||
:1004E00084BD85B5826085BD85B5816085BD8091FF
|
||||
:1004F0006E00816080936E00109281008091810077
|
||||
:10050000826080938100809181008160809381006E
|
||||
:10051000809180008160809380008091B100846030
|
||||
:100520008093B1008091B00081608093B000809191
|
||||
:100530007A00846080937A0080917A008260809350
|
||||
:100540007A0080917A00816080937A0080917A00AD
|
||||
:10055000806880937A001092C100E0912201F091AE
|
||||
:10056000230182E08083E0911E01F0911F0110823F
|
||||
:10057000E0912001F09121018FEC808310922A01FB
|
||||
:10058000E0912601F091270186E08083E09124012B
|
||||
:10059000F0912501808180618083E0912401F091B8
|
||||
:1005A0002501808188608083E0912401F0912501FC
|
||||
:1005B000808180688083E0912401F0912501808111
|
||||
:1005C0008F7D80836CE9262E60E0362EF101249128
|
||||
:1005D00078E8E72E70E0F72EF70184918823C9F0C0
|
||||
:1005E00090E0880F991FFC01EE58FF4FA591B49140
|
||||
:1005F000FC01E859FF4F459154913FB7F8949C9105
|
||||
:10060000822F809598239C93FA019081892380837F
|
||||
:100610003FBFE7EAF0E02491E3E9F0E0849188232A
|
||||
:1006200099F090E0880F991FFC01EE58FF4FA591BB
|
||||
:10063000B491FC01E859FF4F859194918FB7F894DC
|
||||
:10064000EC91E22BEC938FBF8E01005E1F4F30E0E8
|
||||
:10065000C32E30E0D32EE0EBF0E08491F1019491D1
|
||||
:10066000F70124912223C9F0882359F0833009F43B
|
||||
:1006700061C008F054C0813009F462C0823009F4CE
|
||||
:1006800063C0E22FF0E0EE0FFF1FE458FF4FA5918B
|
||||
:10069000B4918C91982381E009F480E019A2805DE7
|
||||
:1006A00088A3F80101900020E9F73197AF01401BC2
|
||||
:1006B000510BB80182E191E00E94B1000E948C00D0
|
||||
:1006C0002B013C0184EF882E99249394A12CB12C0A
|
||||
:1006D0000E948C006419750986099709683E734069
|
||||
:1006E00081059105A8F3F1E08F1A9108A108B108DE
|
||||
:1006F00028EE420E23E0521E611C711C81149104ED
|
||||
:10070000A104B10429F7C114D10409F4A4CF0E94B3
|
||||
:100710001B01882309F49FCF0E9400009CCF8730E3
|
||||
:10072000B1F08830D1F0843009F0ABCF80918000F7
|
||||
:100730008F7D03C0809180008F7780938000A1CF50
|
||||
:1007400084B58F7784BD9DCF84B58F7DFBCF80919D
|
||||
:10075000B0008F778093B00094CF8091B0008F7DF0
|
||||
:10076000F9CFE2E1F1E01382128288EE93E0A0E09B
|
||||
:10077000B0E084839583A683B78384E091E091837E
|
||||
:10078000808385EC90E09587848784EC90E0978760
|
||||
:10079000868780EC90E0918B808B81EC90E0938B4E
|
||||
:1007A000828B82EC90E0958B848B86EC90E0978B2B
|
||||
:1007B000868B118E128E138E148E0895EE0FFF1FEE
|
||||
:1007C0000590F491E02D0994F894FFCF000000000B
|
||||
:0E07D0005101B100DE009E010F01ED0001019C
|
||||
:107E0000112484B714BE81FFF0D085E080938100F7
|
||||
:107E100082E08093C00088E18093C10086E0809377
|
||||
:107E2000C20080E18093C4008EE0C9D0259A86E02C
|
||||
:107E300020E33CEF91E0309385002093840096BBD3
|
||||
:107E4000B09BFECF1D9AA8958150A9F7CC24DD24C4
|
||||
:107E500088248394B5E0AB2EA1E19A2EF3E0BF2EE7
|
||||
:107E6000A2D0813461F49FD0082FAFD0023811F036
|
||||
:107E7000013811F484E001C083E08DD089C08234E0
|
||||
:107E800011F484E103C0853419F485E0A6D080C0E4
|
||||
:107E9000853579F488D0E82EFF2485D0082F10E0AE
|
||||
:107EA000102F00270E291F29000F111F8ED06801E7
|
||||
:107EB0006FC0863521F484E090D080E0DECF843638
|
||||
:107EC00009F040C070D06FD0082F6DD080E0C81688
|
||||
:107ED00080E7D80618F4F601B7BEE895C0E0D1E017
|
||||
:107EE00062D089930C17E1F7F0E0CF16F0E7DF06D8
|
||||
:107EF00018F0F601B7BEE89568D007B600FCFDCFD4
|
||||
:107F0000A601A0E0B1E02C9130E011968C91119780
|
||||
:107F100090E0982F8827822B932B1296FA010C0160
|
||||
:107F200087BEE89511244E5F5F4FF1E0A038BF0790
|
||||
:107F300051F7F601A7BEE89507B600FCFDCF97BE46
|
||||
:107F4000E89526C08437B1F42ED02DD0F82E2BD052
|
||||
:107F50003CD0F601EF2C8F010F5F1F4F84911BD097
|
||||
:107F6000EA94F801C1F70894C11CD11CFA94CF0C13
|
||||
:107F7000D11C0EC0853739F428D08EE10CD085E9AC
|
||||
:107F80000AD08FE07ACF813511F488E018D01DD067
|
||||
:107F900080E101D065CF982F8091C00085FFFCCF94
|
||||
:107FA0009093C60008958091C00087FFFCCF809118
|
||||
:107FB000C00084FD01C0A8958091C6000895E0E648
|
||||
:107FC000F0E098E1908380830895EDDF803219F02E
|
||||
:107FD00088E0F5DFFFCF84E1DECF1F93182FE3DFCA
|
||||
:107FE0001150E9F7F2DF1F91089580E0E8DFEE27F6
|
||||
:047FF000FF270994CA
|
||||
:027FFE00040479
|
||||
:00000001FF
|
22
build/sketch/project.ino.cpp
Normal file
22
build/sketch/project.ino.cpp
Normal file
@ -0,0 +1,22 @@
|
||||
#include <Arduino.h>
|
||||
#line 1 "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\project\\project.ino"
|
||||
#define PIN_INPUT 2
|
||||
#define PIN_LED 13
|
||||
|
||||
#line 4 "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\project\\project.ino"
|
||||
void setup();
|
||||
#line 10 "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\project\\project.ino"
|
||||
void loop();
|
||||
#line 4 "C:\\Users\\dimae\\OneDrive\\Рабочий стол\\lab_html\\project\\project.ino"
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
pinMode(PIN_INPUT, INPUT);
|
||||
pinMode(PIN_LED, OUTPUT);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
int sensorVal = digitalRead(PIN_INPUT);
|
||||
Serial.print(sensorVal); // Выводим значение в мониторе порта
|
||||
delay(500);
|
||||
}
|
||||
|
13
build/sketch/project.ino.cpp.d
Normal file
13
build/sketch/project.ino.cpp.d
Normal file
@ -0,0 +1,13 @@
|
||||
C:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\sketch\project.ino.cpp.o: \
|
||||
C:\Users\dimae\OneDrive\Ðàáî÷èé\ ñòîë\lab_html\build\sketch\project.ino.cpp \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/binary.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/WCharacter.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/WString.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/HardwareSerial.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Print.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Printable.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/USBAPI.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Arduino.h \
|
||||
C:\Users\dimae\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard/pins_arduino.h
|
BIN
build/sketch/project.ino.cpp.o
Normal file
BIN
build/sketch/project.ino.cpp.o
Normal file
Binary file not shown.
27
main.py
Normal file
27
main.py
Normal file
@ -0,0 +1,27 @@
|
||||
from fastapi import FastAPI
|
||||
import serial
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
# Открываем последовательный порт
|
||||
ser = serial.Serial('COM4', 9600)
|
||||
count = 0
|
||||
|
||||
@app.get("/count")
|
||||
async def get_count():
|
||||
global count
|
||||
count += 1
|
||||
return {"count": count}
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
if ser.is_open:
|
||||
# Читаем данные с порта, если порт открыт
|
||||
sensor_val = ser.readline().strip().decode()
|
||||
return {"sensor_value": sensor_val}
|
||||
else:
|
||||
return {"error": "Serial port is not open"}
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
uvicorn.run(app, host="0.0.0.0", port=12345)
|
14
project/project.ino
Normal file
14
project/project.ino
Normal file
@ -0,0 +1,14 @@
|
||||
#define PIN_INPUT 2
|
||||
#define PIN_LED 13
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
pinMode(PIN_INPUT, INPUT);
|
||||
pinMode(PIN_LED, OUTPUT);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
int sensorVal = digitalRead(PIN_INPUT);
|
||||
Serial.print(sensorVal); // Выводим значение в мониторе порта
|
||||
delay(500);
|
||||
}
|
31
srv1.py
Normal file
31
srv1.py
Normal file
@ -0,0 +1,31 @@
|
||||
import socket
|
||||
|
||||
def html_response():
|
||||
html_content = """
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Здравствуйте</h1>
|
||||
<p1>Текст</p1>
|
||||
</body>
|
||||
</html>
|
||||
"""
|
||||
return html_content
|
||||
|
||||
serv_sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
|
||||
serv_sock.bind(('0.0.0.0', 12346))
|
||||
|
||||
serv_sock.listen(5)
|
||||
|
||||
while True:
|
||||
client_sock, client_addr = serv_sock.accept()
|
||||
data = client_sock.recv(1024)
|
||||
print(data.decode())
|
||||
html_resp = html_response()
|
||||
http_resp = "HTTP/1.1 200 OK\r\nContent-Type: text/html; charset=utf-8\r\n" + html_resp
|
||||
client_sock.sendall(http_resp.encode())
|
||||
client_sock.close()
|
||||
|
Loading…
Reference in New Issue
Block a user