Revision: 1492 Author: [email protected] Date: Sat Nov 21 20:34:39 2009 Log: 23k256 sram lib/samples in torelease + changelog http://code.google.com/p/jallib/source/detail?r=1492
Modified: /trunk/CHANGELOG /trunk/TORELEASE ======================================= --- /trunk/CHANGELOG Fri Nov 13 14:20:33 2009 +++ /trunk/CHANGELOG Sat Nov 21 20:34:39 2009 @@ -21,6 +21,7 @@ externals: - sd_card - library to drive a SD Card storage media - seven_segment - library to drive a seven-segment LED display + - 23k256 - library for microchip's fast serial sram peripherals: - PWM libraries largely rewritten, enhanced documentation. @@ -48,6 +49,7 @@ - added 3 samples of use of RTC library with 16F886 (resonator and internal oscillator) - added1 sample of use of math function (square root) with 16F886 - added sample for large array library on 18f452 + - added sample for 23k256 sram on 16f877 & 18f452 compiler: - ======================================= --- /trunk/TORELEASE Wed Nov 18 00:56:29 2009 +++ /trunk/TORELEASE Sat Nov 21 20:34:39 2009 @@ -217,6 +217,7 @@ include/external/storage/harddisk/pata_hard_disk.jal include/external/storage/sd_card/sd_card.jal include/external/temperature/temperature_tc77.jal +include/external/storage/ram/23k256/sram_23k256.jal # Jal extension include/jal/calendar.jal @@ -693,3 +694,5 @@ sample/18lf25j10_blink.jal sample/18lf44j10_blink.jal sample/18lf45j10_blink.jal +sample/16f877_23k256.jal +sample/18f452_23k256.jal -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=.
