Hi Kiste,
I noticed two things when checking the one-wire library:
1) There does not seem to be a sample program that is needed to compile the library. The 'rule' is that there is at least one sample program for each library. Apparently this one was missed.
2) The combination of capitals and small letters is not allowed according to the coding convention. I can change it for you in gie_save. Normally capitals are only used for constants (but that is not an official convention I think). Below you find the message
from Python script:
File: one_wire.jal
1 errors found
ERROR: one_wire.jal: 59,61,64,75,79,95,97,100,113,117,130,132,135,151,155,167,169,172,188,192,215,217,220,237,241: Found Capitals in token: 'GIE_save'
I can create a simple sample program but if you have one laying around that we can use I can upload that too. It has to be something that somebody can easily use, e.g. sending the temperature as text to a terminal via the USART. If you do not have something
that we can use I will create one this weekend.
Kind regards,
Rob