From: Dean Camera Date: Sun, 23 Aug 2009 08:37:11 +0000 (+0000) Subject: Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock... X-Git-Tag: LUFA-110528-BETA~968 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/f229502d9addacfbefe955a47931b980bfbb1a10?hp=f229502d9addacfbefe955a47931b980bfbb1a10 Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock/Fuse/OSCCAL bytes successfully. Changed SPI_Init() to allow for the clock polarity and data sample modes to be set. Changed Dataflash_Init() to no longer call SPI_Init() automatically. ---