mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Added #define organisation over mfg logo (no actual build effect though just for neatness) Creating a CubeMX project to match settings for future use More comments and cleaning up
13 lines
365 B
Markdown
13 lines
365 B
Markdown
# System Design
|
|
|
|
# Movement Detection
|
|
The unit has a MMA8652FC Accelerometer on the small sub board along with the STM32.
|
|
This is used for motion detection of the soldering iron.
|
|
|
|
# USB Disk
|
|
When the unit is plugged into the computer, it presents a FAT device to the operating system over the usb connection.
|
|
This is implimented using a ram buffer for the disk.
|
|
|
|
|
|
|