forked from grblHAL/Plugins_laser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwm_switch.h
39 lines (25 loc) · 1.35 KB
/
pwm_switch.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
pwm_switch.h - plugin for switching PWM output
Part of grblHAL
GRBLHAL is Copyright (c) 2020-2022 Terje Io
Modifications Copyright (C) Sienci Labs Inc.
This file is part of the SuperLongBoard family of products.
This source describes Open Hardware and is licensed under the "CERN-OHL-S v2"
You may redistribute and modify this source and make products using
it under the terms of the CERN-OHL-S v2 (https://ohwr.org/cern_ohl_s_v2.t).
This source is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY,
INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR A
PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable conditions.
As per CERN-OHL-S v2 section 4, should You produce hardware based on this
source, You must maintain the Source Location clearly visible on the external
case of the CNC Controller or other product you make using this source.
You should have received a copy of the CERN-OHL-S v2 license with this source.
If not, see <https://ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2>.
Contact for information regarding this program and its license
can be sent through gSender@sienci.com or mailed to the main office
of Sienci Labs Inc. in Waterloo, Ontario, Canada.
*/
#ifndef _PWM_SWITCH_H_
#define _PWM_SWITCH_H_
void pwm_switch_init (void);
#endif