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
// BH1750.ino | |
// ---------- | |
// 17 august 2016 | |
// First version by Koepel. Public Domain. | |
// Tested with Arduino Uno and Arduino.cc IDE 1.6.9 | |
// In 2016, there are about 10 to 20 libraries for the BH1750, | |
// but I was not happy with the existing code. | |
// I started from scratch and tried to get the maximum out of the sensor. | |
// | |
// |
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
import React from 'react'; | |
import { storiesOf } from '@storybook/react'; | |
import { action } from '@storybook/addon-actions'; | |
import { withKnobs, object, date, number } from '@storybook/addon-knobs'; | |
import ResponsiveRoadmap from '../components/ResponsiveRoadmap'; | |
import Roadmap from '../components/Roadmap'; | |
import DataTable from '../components/DataTable'; | |
const data = { | |
RoadmapTitle: 'Roadmap Title', |