Arduion.h is gone.
Seems I have one last library problem (hopefully) and this time it is with the Adafruit_AHT10. I have both the .h and .cpp files in the arduino / library folder within the folder named Adafruit_AHT10. What am I missing?
Thans
My error
Using board 'uno' from platform in folder: C:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2
Using core 'arduino' from platform in folder: C:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2
Detecting libraries used...
"C:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\cores\arduino" "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\variants\standard" "C:\Users\jgmor\AppData\Local\Temp\arduino-sketch-469667891D70AD44C1707B2EAE9232AA\sketch\TCA and AHT V6.ino.cpp" -o nul
Alternatives for TCA9548A.h: [TCA9548A@1.1.3]
ResolveLibrary(TCA9548A.h)
-> candidates: [TCA9548A@1.1.3]
"C:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\cores\arduino" "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\variants\standard" "-IC:\Users\jgmor\OneDrive\Documents\Arduino\libraries\TCA9548A\src" "C:\Users\jgmor\AppData\Local\Temp\arduino-sketch-469667891D70AD44C1707B2EAE9232AA\sketch\TCA and AHT V6.ino.cpp" -o nul
Alternatives for Wire.h: [Wire@1.0]
ResolveLibrary(Wire.h)
-> candidates: [Wire@1.0]
"C:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\cores\arduino" "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\variants\standard" "-IC:\Users\jgmor\OneDrive\Documents\Arduino\libraries\TCA9548A\src" "-IC:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\libraries\Wire\src" "C:\Users\jgmor\AppData\Local\Temp\arduino-sketch-469667891D70AD44C1707B2EAE9232AA\sketch\TCA and AHT V6.ino.cpp" -o nul
Alternatives for Adafruit_AHT10: []
ResolveLibrary(Adafruit_AHT10)
-> candidates: []
Using library TCA9548A at version 1.1.3 in folder: C:\Users\jgmor\OneDrive\Documents\Arduino\libraries\TCA9548A
Using library Wire at version 1.0 in folder: C:\Users\jgmor\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\libraries\Wire
Compilation error: Error: 2 UNKNOWN: exit status 1