当前位置:网站首页>連接投影儀
連接投影儀
2022-06-26 02:02:00 【ooolmf】
void Cmy3DScanMFCDlg::dlpConnected()
{
if (DLPC350_USB_IsConnected() == 1)return;
if (DLPC350_USB_Open() == 0);
else
{
MessageBox(_T("連接投影儀失敗"));
return;
}
if (DLPC350_USB_IsConnected() == 1)
{
DLPC350_SetMode(false);
}
else
{
MessageBox(_T("鏈接投影儀失敗"));
return;
}
DLPC350_SetLedEnables(0, 1, 1, 1);
DLPC350_SetLEDPWMInvert(1);
DLPC350_SetLedCurrents(30, 30, 30);//30 30 30
DLPC350_LoadImageIndex(0);
}
void Cmy3DScanMFCDlg::OnBnClickedButton1()//連接投影儀
{
AfxBeginThread(ChildThread2, (LPVOID)this);
}
边栏推荐
- shell学习记录(四)
- A lost note for konjaku beginner
- 通俗易懂C語言關鍵字static
- 前置++,后置++与前置--与后置--(++a,a++与--a,a--)
- recvmsg & sendmsg
- 秀场精灵陈梓桐 受邀担任第六季完美童模全球总决赛首席体验官
- Mot - clé C facile à comprendre statique
- Redis-链表
- LeetCode 41 ~ 50
- Codecraft-17 and Codeforces Round #391 (Div. 1 + Div. 2, combined) D. Felicity‘s Big Secret Revealed
猜你喜欢

cyclegan:unpaired image-to-image translation using cycle-consistent adversarial network

biggan:large scale gan training for high fidelity natural image synthesis

recv & send

One stop solution EMQ for hundreds of millions of communication of Internet of things

recvmsg & sendmsg

分布式系统(二)分布式事务的理解

shell学习记录(一)

Dataframe extracts data from a column and converts it into a list

关于strlen与sizeof的区别

The answer skills and examples of practical cases of the second construction company are full of essence
随机推荐
General introduction to gun make (2)
App test (I)
Mot - clé C facile à comprendre statique
Tcp网络通信中各个状态的含义
Chemical properties and application of trypsin
wifi 相关知识详解
Two indicators for determining the value of points to the business
PTA class a simulated 8th bomb: 1164-1167
将lua print输出到cocos2d控制台输出窗口中
How to add a "security lock" to the mobile office of government and enterprises?
求n的乘阶
Codecraft-17 and Codeforces Round #391 (Div. 1 + Div. 2, combined) D. Felicity‘s Big Secret Revealed
Theoretical speed calculation method of WiFi
Data analysis - similarities and differences between C-end and b-end data analysis
Show spirit chenzitong was invited to be the chief experience officer of the global finals of the sixth season perfect children's model
Cs144 environment configuration
readv & writev
Disruptor(一)Sequence
biggan:large scale gan training for high fidelity natural image synthesis
接口测试用例设计