19 lines
761 B
JavaScript
19 lines
761 B
JavaScript
const projectsData = [
|
||
{
|
||
title: 'UPS',
|
||
description: `一个不间断电源(UPS)的全栈项目。核心硬件使用乐鑫×安信可的 ESP32-C3-32S 模块作为主控,软件部分使用了 Rust + ESP-IDF 开发。`,
|
||
// imgSrc: '/static/images/google.png',
|
||
href: 'https://git.ivanli.cc/Ivan/ups-esp32c3-rust',
|
||
},
|
||
// {
|
||
// title: 'The Time Machine',
|
||
// description: `Imagine being able to travel back in time or to the future. Simple turn the knob
|
||
// to the desired date and press "Go". No more worrying about lost keys or
|
||
// forgotten headphones with this simple yet affordable solution.`,
|
||
// imgSrc: '/static/images/time-machine.jpg',
|
||
// href: '/blog/the-time-machine',
|
||
// },
|
||
]
|
||
|
||
export default projectsData
|