资讯

You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
"The Ball" is an interactive game for an Arduino-based device with an attached LCD display and an MPU-6050 gyroscope/accelerometer. The player controls a green ball on the screen by tilting the device ...
A team of hackers, [Jason T. Jacques], [Decle], and [Michael A. Wessel], have collaborated to deliver the Microtronic Phoenix Computer System. In 1981 the Busch 2090 Microtronic Computer System ...
Strictly speaking, a Theremin uses a pair of antennae that act as capacitors in a specific R/C circuit. Looking at [aritrakdebnath2003]’s MIDI THEREMIN, we see it works differently, but it does play ...
在嵌入式系统与电子设备中,有一种特殊的存储介质既能像ROM一样长期保存数据,又能通过电信号灵活改写内容,这就是EEPROM(Electrically Erasable Programmable Read-Only Memory,电可擦写可编程只读存储器)。从智能手表的用户设置到汽车ECU的校准参数,EEPROM凭借其 ...
做mcu开发时,涉及到数据存储时,往往都会考虑使用flash、eeprom,或者铁电存储器。从数据储存的角度上来说,安全性最高的肯定是FRAM,接着才会考虑使用EEPROM,对于一般的数据储存,flash就足够了。考虑到一般的MCU都不会携带EEPROM,最简单的方案可以利用flash ...