This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "optiboot.h" | |
#include <avr/pgmspace.h> | |
#define MEMADDR 0x20000 | |
void setup() { | |
int i; | |
uint8_t c; | |
uint16_t w; | |
uint8_t ram_buffer[SPM_PAGESIZE]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<configuration> | |
<startup> | |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> | |
</startup> | |
</configuration> |
OlderNewer