orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

Named emulation devices #101

Open PM04290 opened 3 years ago

PM04290 commented 3 years ago

Hello, With many Arduino libraries, emulation devices names like DS2401, DS2408, etc. create a problem when 2 projets are compiled. One master project use a real library named DS2408 and another slave project use your emulation library named DS2408. Arduino IDE don't know who is the best one for any project.

Can't you rename your device libraries to OWH_DS2408 or emulDS2408 ?