This repository holds the libraries used by projects and boards designed by
 Techno-Innov.

It should be used as a base directory to hold our projects, which you should
 clone in a sub-directory of your choice. We use names like those in the git
 paths, but any directory name will do the job.
 If, for example, you're interested in our "orangepi", "demo", and "rfsub1g"
 designs, you should end up with something like this :
 - Schemas /
   |- Lib
   |- Adapters /
      |- OrangePi /
   |- Modules /
      |- RF_Sub1GHz /
      |- Demo /
 Which is made by the succession of these commands :
  git clone git://git.techno-innov.fr/elec/base/lib Schemas
  mkdir -p Schemas/{Adapters,Modules}
  git clone git://git.techno-innov.fr/elec/adapters/orangepi Schemas/Adapters/OrangePi
  git clone git://git.techno-innov.fr/elec/modules/rfsub1g Schemas/Modules/RF_Sub1GHz
  git clone git://git.techno-innov.fr/elec/modules/demo Schemas/Modules/Demo

We are not using "official" KiCaD libraries due to the constant changes in
 KiCaD formats, library contents and organisation between versions, making
 old boards incompatible with new versions of KiCaD.
It is also not guaranted by KiCaD that a given part definition will not
 change from time to time, and we do not want to track changes from the
 community for each and every component before updating a board.
 Tracking our changes is already quite a big amount of work.
Feel free to use it for your projects, or switch between our libs to KiCaD
 libs at your convenience, but we do not provide support for our libraries
 or for any incompatibility between our libraries and KiCaD ones.

