Skip to content

Commit

Permalink
feat: add pictures to moes-zb-td5-rcw-spot (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Apr 4, 2024
1 parent 82b9cad commit 94dabb6
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,35 @@ import ImageWrapper from '@site/src/components/ImageWrapper'
- Input voltage: AC90-250V
- Beam angle: 36°

This is what they look like:

<ImageWrapper>
<Image img={require('./assets/body-front.png')} alt="Front of the LED spot" />
<Image img={require('./assets/body-backside.png')} alt="Backside of the LED spot" />
</ImageWrapper>

Here are some measurements, first that of the manufacturer:

<ImageWrapper>
<Image img={require('./assets/dimensions.png')} alt="Dimensions" />
</ImageWrapper>

And here are some measurements I took:

<ImageWrapper>
<Image img={require('./assets/measurement-border.png')} alt="Measurements of the border" />
<Image img={require('./assets/measurement-main.png')} alt="Measurements of the main body" />
<Image img={require('./assets/measurement-slim-part.png')} alt="Measurements of the slim part" />
<Image
img={require('./assets/measurement-height-without-pins.png')}
alt="Measurements of the height without the pins"
/>
<Image
img={require('./assets/measurement-height-with-pins.png')}
alt="Measurements of the height with the pins"
/>
</ImageWrapper>

## Installation

### Introduction
Expand Down

0 comments on commit 94dabb6

Please sign in to comment.