2002/08/15 10:45 This version combines several fixes contained in post-deployment versions: - contains SK humidity sensor version which averages 10 samples (see 07311620) - contains Microkat version with power policy = POWER_NEVER (see 08071010) - RTC CS initialized first in Instantiator to stop RTC from losing time each power cycle: Ajile comes up with all CS HI. If the RTC CS is asserted for more than 1 second, the RTC will lose time. It was found that NMC was losing 3-4 sec per power cycle due to the fact that the RTC CS init was taking place after blinking LEDs and other things; in this version, the RTC CS is initialized first in the Instantiator. This version will be checked into CVS (MicroKat.java (already checked in), Instantiator.java, SKHumidity.java)