Wire1 is the secondary I2C interface on Electron, Argon and Xenon, but that’s connected with D2/D3 (on mesh devices) and may not yet be fully implemented.
If you can I’d try the primary interface Wire first.
I have a carrier board I created for my Electron that I’m using and would like to see if it will work for the Argon. I have the pin adapter that was created by Particle which I hoped would allow me to still use this carrier board I created.
I’m using Wire1 in code which uses:
SLC Pin C5 and SDA Pin C4 on the Electron.
So in order to still use this board without changes I need SLC Pin C5 and SDA Pin C4.
As Kenneth pointed out, it’s a bug in system firmware that Wire1 is not supported on the Argon and Xenon.
However, for your specific application it wouldn’t work anyway because the classic adapter does not pass classic C4 to any pin. You may be able to cut the jumper to C5 and run wires between C4/C5 on your board and D0/D1 (Wire).